Next.js Discord

Discord Forum

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

Unanswered
Huntaway posted this in #help-forum
Open in Discord
HuntawayOP
[=   ] - info Generating static pages (0/15)node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

DynamicServerError: Dynamic server usage: Page couldn't be rendered statically because it used `headers`. See more info here: https://nextjs.org/docs/messages/dynamic-server-error
    at staticGenerationBailout (/workspace/deploynow/.next/server/chunks/626.js:10255:21)
    at headers (/workspace/deploynow/.next/server/chunks/626.js:10124:62)
    at getServerSession (/workspace/deploynow/.next/server/chunks/626.js:9685:41)
    at getSession (/workspace/deploynow/.next/server/chunks/775.js:910:91)
    at getSessionGuild (/workspace/deploynow/.next/server/chunks/775.js:919:37)
    at Dashboard (/workspace/deploynow/.next/server/app/dashboard/page.js:748:83)
    at preloadComponent (/workspace/deploynow/node_modules/next/dist/server/app-render/preload-component.js:23:22)
    at /workspace/deploynow/node_modules/next/dist/server/app-render/app-render.js:615:101
    at async createComponentTree (/workspace/deploynow/node_modules/next/dist/server/app-render/app-render.js:615:29)
    at async /workspace/deploynow/node_modules/next/dist/server/app-render/app-render.js:543:91 {
  digest: 'DYNAMIC_SERVER_USAGE'
}


code: https://sourceb.in/MiCefHseaQ

0 Replies