hey Ory team, could you please take a look at this...
# talk-kratos
t
hey Ory team, could you please take a look at this issue on github? we are having some major failure in Ory kratos’s
/.ory/session
and
/.ory/session.whoami
routes? Thank you! https://github.com/ory/kratos/issues/3296
r
are you using a managed rdbms in your deployment or using the default in-memory data store? i notice this in your bug report
Copy code
We are running the app on the k8s cluster we found that if we set the replica set to 1 the error is gone but with multiple pods we got the error.
and looking at the config you provided, doesn't look like
kratos.config.dsn
is defined
(disclaimer: not part of the ory team, just happened to notice this)
t
Thanks Darren. we figured out this was because of some nginx setup on our end.