Replies: 2 comments 1 reply
-
Hello @wawhal that is strange indeed! Maybe there is something triggering a logout flow in your frontend? Can you maybe share steps to reproduce this with a clean Kratos quickstart? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This surprisingly went away when I scaled up kratos vertically. Restarts due to horizontal scaling were causing this (although I don't know why yet). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Kratos (the docker image) v1.2.0 as my authn server. It sits behind my custom reverse proxy and talks to a postgres DB as its state store.
I'm able to login, register and make successful
whoami
requests well, just that it unexpectedly logs out. Kratos logs say thatNo session found
. Copying the log below.Been struggling quite a bit on figuring out the root cause. Sometimes its logs me out in less than 10 minutes, even though the lifespan is set to
24h
. Would really any pointers.Pasting my kratos.yaml. Other variables are passed through environment variables:
Beta Was this translation helpful? Give feedback.
All reactions