Hi, I’m having an issue with an experiment setup. I’m running an experiment on my signup page using C#. I generate a UUID, store it in a cookie, and use it as the hashing attribute for assigning users to a variation. After the user completes signup, they proceed to the setup page (built with JavaScript), where I read the same UUID from the cookie to ensure they see the same variation.
However, the variation on the setup page doesn’t match the variation assigned on the signup page. Both pages are configured to use the same experiment and UUID. Could you help me figure out why this is happening? it said multiple exposure warning issues while running experiment