Selfservice-node fails to redirect to user flows #3695
-
Hi Everyone, I am trying to set up self-hosted kratos on our cluster. I managed to get the kratos and selfservice pod up and running, but the self service pod fails to redirect to the registration flow and gives the error below.
If I perform the request using curl, I get the same error unless I add the header 'Accept: application/json'. So I don't know what to do anymore, does anyone have a clue? I checked the CORS pitfalls, and tried to debug it for hours now to no avail. Helm fileskratos.yaml
kratos-selfservice-ui-node.yaml
logs:After clicking "sign up" Selfservice node
Kratos:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I resolved the issue by pointing the |
Beta Was this translation helpful? Give feedback.
-
I just post my issue here with the hope some one might need it.
I was try to setup microservice out of what ory offer, which is:
You could find the nginx config at this repo ory/examples the flow of ui in browser would be:
And you need to take a look at this login flow The issue happened because the ui_node can't make a
So now when the |
Beta Was this translation helpful? Give feedback.
I resolved the issue by pointing the
kratosPublicUrl
andkratosBrowserUrl
to the same url:https://dev-server.local.net/kratos
.