Hello! I'm testing the login flow on Ory developme...
# ory-network
r
Hello! I'm testing the login flow on Ory development environment, but the problem is after login successfully, the login page redirects to our page but without the session cookies because it is in a different domain (or at least that's my understanding). At the same time, custom domain is not available for Ory development environment, so I cannot make Ory project domain to be the same as our page. How can I workaround this problem?
s
r
Thank you for the suggestion. While this does help with local development, it does not seem to solve the problem we are meeting in development environment. Is there a way to do what the CLI command do but permanently. A config or some sort so Ory set the cookie domain to that?
From what I understand it only works if we keep the CLI running, that's good for local but we have a development environment which we want it to work independently.