Hi, we observed that when using kratos (in Ory Clo...
# talk-kratos
f
Hi, we observed that when using kratos (in Ory Cloud), the set-cookie header on the
GET /self-service/login/browser
endpoint contains
SameSite=Lax
which causes our browsers to not set this cookie. This is ofcourse problematic, since then submitting the loginflow later causes a CSRF error. I read that when running kratos in
--dev
mode, this will occur, but we are using Ory Cloud (Ory Network?) and I cannot find this option in the console. How can we fix this?