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
Basically, the cloudflare runtime returns the two set-cookie headers in a different order than in vanilla next (eg with next dev or when deployed to vercel). This leads to the logout behavior being broken on cloudflare for any app that uses authjs.
Now, I don't think this is REALLY your problem. authjs should only be returning a single set-cookie header. But, you are stuck with the result, and there are probably many other libraries out there that are doing this incorrect behavior (returning multiple set-cookie headers with the same name), and all of their users are probably used to them working on eg vercel. So unfortunately, if you want users to be happy to switch from vercel to cloudflare, you could consider
update your behavior to follow vanilla
collaborate with vanilla to make an official spec for this behavior, possibly only including the last-set cookie in the Response.
Steps to reproduce
See linked issue
Expected behavior
The headers to be returned in the same order as in vanilla.
@opennextjs/cloudflare version
1.0.0-beta.3
Wrangler version
4.13.2
next info output
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:30 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6000
Available memory (MB): 65536
Available CPU cores: 10
Binaries:
Node: 23.5.0
npm: 10.9.2
Yarn: N/A
pnpm: 10.2.1
Relevant Packages:
next: 15.1.1-canary.6 // There is a newer canary version (15.4.0-canary.10) available, please upgrade!
eslint-config-next: 15.1.3
react: 19.1.0
react-dom: 19.1.0
typescript: 5.8.3
Next.js Config:
output: N/A
⚠ There is a newer canary version (15.4.0-canary.10) available, please upgrade!
Please try the latest canary version (`npm install next@canary`) to confirm the issue still exists before creating a new issue.
Read more - https://nextjs.org/docs/messages/opening-an-issue
Additional context
No response
The text was updated successfully, but these errors were encountered:
vicb
changed the title
[BUG] Order of headers in Response from middleware differs from vanilla implementation
Order of headers in Response from middleware differs from vanilla implementation
Apr 29, 2025
Describe the bug
Thank you for your help! I am excited to migrate my app to cloudflare.
See nextauthjs/next-auth#12909
Basically, the cloudflare runtime returns the two
set-cookie
headers in a different order than in vanilla next (eg withnext dev
or when deployed to vercel). This leads to the logout behavior being broken on cloudflare for any app that uses authjs.Now, I don't think this is REALLY your problem. authjs should only be returning a single set-cookie header. But, you are stuck with the result, and there are probably many other libraries out there that are doing this incorrect behavior (returning multiple set-cookie headers with the same name), and all of their users are probably used to them working on eg vercel. So unfortunately, if you want users to be happy to switch from vercel to cloudflare, you could consider
Steps to reproduce
See linked issue
Expected behavior
The headers to be returned in the same order as in vanilla.
@opennextjs/cloudflare version
1.0.0-beta.3
Wrangler version
4.13.2
next info output
Additional context
No response
The text was updated successfully, but these errors were encountered: