Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, calling res.cookies.set in middleware replaces any cookies set by an API route. Instead they should be merged.
res.cookies.set
e2e test: skip-trailing-slash-redirect
skip-trailing-slash-redirect
The text was updated successfully, but these errors were encountered:
Test: https://github.com/netlify/next-runtime/blob/e02c2b7e5555805d499b541feda2dbbf94da4a4f/test/e2e/modified-tests/skip-trailing-slash-redirect/index.test.ts
App: https://github.com/netlify/next-runtime/blob/e02c2b7e5555805d499b541feda2dbbf94da4a4f/test/e2e/modified-tests/skip-trailing-slash-redirect/app/pages/api/test-cookie.js
https://github.com/netlify/next-runtime/blob/e02c2b7e5555805d499b541feda2dbbf94da4a4f/test/e2e/modified-tests/skip-trailing-slash-redirect/app/middleware.js
Sorry, something went wrong.
The specific test is this one, which you can enable by setting RUN_SKIPPED_TESTS
RUN_SKIPPED_TESTS
taty2010
Successfully merging a pull request may close this issue.
Currently, calling
res.cookies.set
in middleware replaces any cookies set by an API route. Instead they should be merged.e2e test:
skip-trailing-slash-redirect
The text was updated successfully, but these errors were encountered: