What could be preventing me from seeing cookies in route.ts? #79320
-
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.
Replies: 2 comments 2 replies
-
Any ideas? On route.ts I get:
while on page.tsx:
|
Beta Was this translation helpful? Give feedback.
-
found the cause in case anyone have the same problem. My code failing to get cookies was in a library called from several pages/routes. One of the routes had |
Beta Was this translation helpful? Give feedback.
Hi,
What other settings do you have? I can't reproduce.
Notice the
set-cookie
header. What Next.js version are you …