What could be preventing me from seeing cookies in route.ts? #79320
Answered
by
icyJoseph
gcb
asked this question in
App Router
-
tried next15+react19, and next14+react18... happens on both. (node v23.9.0 linux)
the requests do have valid cookies. And if I simply rename nextconfig have |
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
May 22, 2025
Replies: 1 comment 2 replies
-
Any ideas? On route.ts I get:
while on page.tsx:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
What other settings do you have? I can't reproduce.
Notice the
set-cookie
header. What Next.js version are you …