iamshaunjp / nextjs-masterclass

All course files for the Next.js Master Class course on Net Ninja Pro.
149 stars 85 forks source link

Lesson 37: NextJS attempts tp statically build pages despite force-dynamic #4

Closed buntaga closed 1 year ago

buntaga commented 1 year ago

I am getting this error

DynamicServerError: Dynamic server usage: Page couldn't be rendered statically because it usedcookies.

Despite adding export const dynamic = 'force-dynamic';

To my Layout file... Where did I go wrong?