cool-engine-68327
06/16/2022, 2:51 AMgetSelfServiceLoginFlow
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?