We are running into issues where the anonymous id that’s been set when a new user visits our site changes as this same user creates an account. We call Identify right after the user creates an account and before the next page loads. A user Id is set but then a new anonymous id has been set replacing the old one which breaks our acquisition reports which are typically tied to anonId. Has anyone else experienced this? How did you solve for this?
Note: our registration flow is built on vue as a SPA