Infinite redirects #129
-
hey all, We use Ory Cloud and we are having issues with infinite redirects. We have an issue with testing things locally. Kratos CNAME: https://auth.test.maxroll.gg Everything works fine when we run everything under https://test.maxroll.gg but it breaks down when testing locally. The problem is that we really need to test things locally. Project ID: fa1a76f7-3825-4dec-9a0c-1595bbd0b72a Har file can be downloaded here: |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
Hi, it looks like you're calling the APIs from your production domain directly. The problem is here that the APIs from your production domain set cookies for your production domain, not your local domain. I hope this document can help clarify the development process for you: |
Beta Was this translation helpful? Give feedback.
Hi, it looks like you're calling the APIs from your production domain directly. The problem is here that the APIs from your production domain set cookies for your production domain, not your local domain. I hope this document can help clarify the development process for you:
https://www.ory.sh/docs/getting-started/local-development