Skip to content

CSRF mismatch #2216

Answered by senitsgh
senitsgh asked this question in Q&A
Feb 12, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

I was able to solve this issue. The Cookie was missing in the header, it was due to the setting kratos.yaml

cookies: domain: mydomain.com path: /auth same_site: Lax
After I changed it to the below one it worked.
cookies: domain: mydomain.com path: / same_site: Lax

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@vinckr
Comment options

Answer selected by senitsgh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants