Hello everyone and merry christmas! I hope you're ...
# talk-kratos
f
Hello everyone and merry christmas! I hope you're having a great time with your family and friends. Should you have boredom and a few brain cells over, I would be very happy if you take a look at my post: https://github.com/ory/kratos/discussions/2981 Unfortunately, I've been stuck for days.
b
What are the things you have tried? Have you taken a look at: • https://www.ory.sh/docs/hydra/debug/csrfhttps://github.com/ory/kratos/discussions/2216 Hope this helps!
f
Hello Joseph, thanks for replying! I went through all the common pitfalls and researched through each of the github discussions without any success. I can see Kratos correctly receiving the cookie and X-CSRF-Token header aswell as the request body with the credentials and the csrf_token field, still getting the mismatch error..
b
What’s the specific error you get?
f
I just solved it, was missing the 'credentials: "include"' when getting the flow. Thank you very much!
b
Glad it was resolved!
f
I've wasted three full days on this, solving this is one of my highlights this year! 😄 I recommend adding the hint to add the 'credentials: include' configuration when getting the flow to the common pitfalls documentation.