full-midnight-13013
11/24/2022, 5:02 PMGET /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?