Next.js Discord

Discord Forum

Dynamic Layout and Static page possible?

Unanswered
Polish posted this in #help-forum
Open in Discord
PolishOP
I want to read from cookies on the root layout but the page to be generated statically.

I placed generateStaticParams in the page and still get the error that Page changed from static to dynamic because I was reading cookies on the layout.

NextJs should render dynamically the layout components but the children page statically, right?

0 Replies