Hi! I'm having a problem running ory-kratos on kub...
# ory-selfhosting
h
Hi! I'm having a problem running ory-kratos on kubernetes with exposing the services through istio. I get stuck in a redirect loop when using the
kratos-selfservice-ui-node
also hosted through the helm charts. Anyone have any ideas to why? I've got a hint that it might be that kratos is configured incorrectly but im not sure hwere to look
This is the redirect
Could this have something to do that the selfservice ui is hosted at
<https://dashboard.dev.example.com>
and kratos is hosted at
<https://accounts.dev.example.com>
?
if i do curls:
Copy code
flowId=$(curl -s -X GET -H "Accept: application/json"  <https://accounts.dev.example.com/self-service/registration/api> | jq -r '.id')
and
Copy code
curl -s -X GET -H "Accept: application/json" <https://accounts.dev.example.com/self-service/registration/flows>\?id\=$flowId  | jq
This works fine
w
Hi there, i am 100% sure this question was asked a few times before, but i canโ€™t find the direct link now ๐Ÿ˜ž
could you please check the #C012RJ2MQ1H channel?
h
It was solved with the help of @User yesterday! ๐ŸŽ‰
๐Ÿ™Œ 1