You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using Netlify build we are only getting one cookie set when we have multiple Set-Cookie in the header. This is inconsistent with how the Remix dev server works and how the MDN docs say it should work.
To Reproduce
Steps to reproduce the behavior:
Create a new remix app using the netlify template npx create-remix@latest --template netlify/remix-template
Describe the bug
When using Netlify build we are only getting one cookie set when we have multiple Set-Cookie in the header. This is inconsistent with how the Remix dev server works and how the MDN docs say it should work.
To Reproduce
Steps to reproduce the behavior:
npx create-remix@latest --template netlify/remix-template
app/root.tsx
file and add the followingnpm run build && npm start
Expected behavior
Both cookies should be saved and not only the second one.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: