No badges yet
No topics yet
No accepted solutions yet
Cookies aren't stored in the browser after deployment
I solved it for me!! problem was my API fetch calls were server actions. Server actions don’t pass the Cookie from the backend to the client, and from the client to the server.
Cookies aren't stored in the browser after deployment
Have you got news? I have the same exact problem