Hello everyone,
I deployed Ory Kratos with the self-service UI node in an AWS Kubernetes cluster. My setup includes Kong Gateway as the top layer, through which I'm serving the Kratos public API and UI. However, I'm encountering an issue: when I try to access the ui/login page, it gets redirected back and forth in a loop. The redirection sequence looks like this: ui/login > kratos-public/self-service/login/browser, and then it repeats.
Any insights or suggestions to resolve this would be greatly appreciated.