Hi,
When deployed to netlify, the server api routes of a nuxt 3 project won’t set cookies.
I have checked the response headers and there is no ‘Set-Cookie’ header present on the response.
I have created a repro: GitHub - kai-oswald/netlify-cookies
And demo: https://kaleidoscopic-dolphin-52510b.netlify.app/
Note the /api/cookie call that gets called when the app is mounted doesn’t set the cookie.
Thanks,
Kai