Next.js Discord

Discord Forum

Firefox not saving cookies while Google Chrome is working correctly

Unanswered
Munchkin posted this in #help-forum
Open in Discord
MunchkinOP
Hello, I am trying to deploy my application with vercel and I have two modules hosted as two autonomous part, the frontend and the backend, the problem that i am encountering is that in google chrome when I make the login my back-end send a cookie with the session value and it's stored normally on the browser, while in firefox the set-cookie in the header is set, but I cannot find it anywhere. The weird thing is that even if it's not stored the API calls that I make after the login actually use the session value. So my problem is that I cannot find where it's stored. Thank you for your help

0 Replies