Hello, I am trying to complete registration from m...
# talk-kratos
s
Hello, I am trying to complete registration from mobile app, I create flow on /self-service/registration/api, I dont get crsf token( as expected), but when I try to complete the registration flow Ory gives crsf token error cookie. Why?
p
Hi @steep-table-90946 Since this is an API flow, there is no csrf token & cookie. Are you submitting the flow in the browser?
s
Yes, I found the problem, thank you