Hello
I’ve developed a Hydrogen Store instead of my Online Store
and I followed the documentation by adding code inside (theme.liquid) file to redirect traffic to my hydrogen store.
also, I put my hydrogen store on my main domain mydomain.com and my checkout page on my subdomain www.mydomain.com as mentioned in docs too.
But I have a problem now with my user authentication status, for example: If I logged-in as user in my Hydrogen store then went to my checkout page, it would consider me an anonymous user and not logged-in user.
how can we fix this behavior?
Thanks