-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Description
When switching to a Mostro instance where the user already had previously accumulated statistics, those statistics are reset and appear as zero.
Steps to Reproduce
1- Have a user with accumulated statistics in a specific Mostro instance.
2- Switch to that Mostro instance from within the application.
3- Check the user’s statistics.
Expected Behavior
When switching to a different Mostro instance, the user data should automatically refresh, loading the corresponding order history and previously accumulated statistics without requiring any manual action.
Actual Behavior
After switching instances, the user’s statistics appear as zero.
The issue is only resolved if the user manually refreshes or updates their profile, at which point the correct orders and statistics are properly loaded.