alexdiz88
Cookies
Update: Yesterday, I found out that the problem occurred because the cookie came from a cross-site response, which was not the response to a top-level navigation. That's why the cookie is being created by the server for such requests but not being stored in the browser.
I have different servers for the frontend and backend on Railway. How can I merge them into one, so that all requests between them are treated as "same-origin"?
Thanks!
21 replies