Busy weekend, fixed user identification issue.
Unfortunately, this weeked was extremely busy and yesterday I had no time to do any work. I'll do a short session today.
No interesting sessions in last 2 days. One user was identified, and that user used the email login. This makes me wonder if the problem is with how im identifying after the oauth logins?
I think I figured it out. I'm calling posthog.identify inside the callback, which is run on the server side in NextJS. So how would that work? I need to call it from the client side.
I've fixed the issue and should now hopefully start seeing identified sessions.
Unfortunately, this week I didn't manage to finish, but I still need to:
- fix the port assignment
- allow a non authorized demo
I'll tackle that next week.