App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I am creating a hydrogen v2 application with remix-auth used for the login page. I have no problems with logging into the main application domain. The problem is when going to the subdomains the login page shows up again. I have tried the following things they did not work:
1. added domain props on createCookieSessionStorageFactory
2. added domain on login (headers)
Thanks.