mixpanel / mixpanel-js

Official Mixpanel JavaScript Client Library
https://mixpanel.com/help/reference/javascript
Other
885 stars 308 forks source link

mixpanel.identify() not working #150

Closed vincentleeuwen closed 6 years ago

vincentleeuwen commented 6 years ago

I've just set up the library, and while .init() and .track() work fine, I don't get any data in when I try to identify users in my React app:

mixpanel.init('SOME_API_KEY');
mixpanel.identify('test@user.com');

After running this in componentDidMount, there's still no new datapoint: https://www.dropbox.com/s/x1zeedfiya52vl9/Screenshot%202017-10-26%2016.55.54.png?dl=0. Same problem for mixpanel.alias().

What do I do wrong?

emptycrown commented 3 years ago

I'm getting this issue as well. Did you end up figuring it out @vincentleeuwen?

trevor-ofarrell commented 1 year ago

Any resolution?