You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Afterwards I only see User1 in the Mixpanel dashboard for Users with Profile, User2 doesn't have its profile filled in (most notably with location data), even though all its tracked events contain that kind of data.
It seems to me that after the first reset() call (including if I call reset() before the first identify()) , no more calls to /engage and no more full User Profiles happen.
Am I doing something wrong? Is there a bug in mixpanel-js?
In a webapp, when multiple users log in/log out one after another, only the first user receives a full User Profile in Mixpanel dashboard.
The flow:
mixpanel.identify(user1)
mixpanel.reset()
mixpanel.identify(user2)
Afterwards I only see User1 in the Mixpanel dashboard for Users with Profile, User2 doesn't have its profile filled in (most notably with location data), even though all its tracked events contain that kind of data.
It seems to me that after the first
reset()
call (including if I callreset()
before the firstidentify()
) , no more calls to /engage and no more full User Profiles happen.Am I doing something wrong? Is there a bug in mixpanel-js?
Here's a sandbox with a reproduction
The text was updated successfully, but these errors were encountered: