Skip to content

Conversation

eric-burel
Copy link
Collaborator

@eric-burel eric-burel commented Jun 29, 2022

  • http://localhost:3000/vn/examples/megaparam-demo only works with JS disabled, it then receive some HTML instead of .js when rehydrated
  • You cannot redirect to a "GET" url from an Edge API handler using the POST method. So you have to use GET for your forms.
  • The Set-Cookie header is not correctly handled, Chromium will only set the first cookie but not the other. Yet the header seems correct: set-cookie: theme=light; Path=/, my_company=my_company; Path=/
    Maybe 2 calls to res.cookies.set should set 2 Set-Cookies header and not one merged.

@vercel
Copy link

vercel bot commented Jun 29, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
vulcan-docs ✅ Ready (Inspect) Visit Preview Jun 29, 2022 at 3:07PM (UTC)
vulcan-npm ✅ Ready (Inspect) Visit Preview Jun 29, 2022 at 3:07PM (UTC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant