Middleware cookies working locally but not on vercel production
Unanswered
Braque du Bourbonnais posted this in #help-forum
Braque du BourbonnaisOP
I am setting cookies from middleware to store user session info (from url params). Locally it works fine, I can log in and log out and set cookies whenever I change the url params. However, with vercel, it only works the first time I access the app. When I log out, cookies cannot be changed no matter what I do. How can I fix this?