Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/next 12 2 #131

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Feature/next 12 2 #131

wants to merge 2 commits into from

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