TanStackT
TanStack2y ago
10 replies
skinny-azure

How can i access the cookies when i use Server rendering - NEXTJS 14

I'm trying to pre-fetch some data needed for the layout, I followed the guide on this page: https://tanstack.com/query/latest/docs/framework/react/guides/advanced-ssr,

I have a setup just like the page mentioned above using the NextJS app router. however, I need to access the server state to get some data from the cookies to send the request, which I cannot get in a client component.

I can get the cookies in the server component, but not downstream in the client components.

I've tried many things but still nothing seems to work.
Was this page helpful?