Next.js Discord

Discord Forum

Deleting cookies issue.

Answered
Barbary Lion posted this in #help-forum
Open in Discord
Barbary LionOP
Hello, so I can delete a cookie using server actions in development, but not in production. Same for the route handler, I can delete in production but not in development mode.
Answered by Barbary Lion
Fixed, I had to make the request for to my local API directly and not via server action.
View full answer

2 Replies

Barbary LionOP
I debugged all values and their are exactly the same on both modes.
Barbary LionOP
Fixed, I had to make the request for to my local API directly and not via server action.
Answer