Hi guys, I'm experiencing a very strange error: I...
# talk-kratos
c
Hi guys, I'm experiencing a very strange error: I am using a custom Next page to login my users, however when I try to start the flow using
getSelfServiceLoginFlow
I find that the cookie
csrf_token
is not found. Steps to play: - In OryCloud, I choose to go to the managed UI. - This redirects me to
/ui/welcome
- I click on
Sign In
- It redirects me to
localhost:3001/auth/sign-in
(This is where I have my custom login page. - The flow never starts and the csrf cookies that I must use to start the flow do not appear in the web inspector. I tried in all browsers and it is the same behavior. If I use Ory's managed login screen, this token appears. What could be what is happening?