craigary / nobelium

A static blog build on top of Notion and NextJS, deployed on Vercel.
https://nobelium.js.org
MIT License
2.96k stars 1.95k forks source link

vercel deployment failure #363

Closed SherlockShemol closed 3 hours ago

SherlockShemol commented 3 hours ago

Description of the bug

I deploy nobelium but meet the problem and don't know where is wrong.

    at Request.<anonymous> (/vercel/path0/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  code: 'ERR_NON_2XX_3XX_RESPONSE',
  timings: {
    start: 1728712477169,
    socket: 1728712477171,
    lookup: 1728712477172,
    connect: 1728712477175,
    secureConnect: 1728712477183,
    upload: 1728712477183,
    response: 1728712477304,
    end: 1728712477306,
    error: undefined,
    abort: undefined,
    phases: {
      wait: 2,
      dns: 1,
      tcp: 3,
      tls: 8,
      request: 0,
      firstByte: 121,
      download: 2,
      total: 137
    }
  }
}
> Build error occurred
Error: Failed to collect page data for /[slug]
    at /vercel/path0/node_modules/.pnpm/next@14.0.2_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/build/utils.js:1217:15

Expected behavior

Reproduction

Screenshots

Additional context

Software versions

SherlockShemol commented 3 hours ago

https://github.com/craigary/nobelium/issues/18

problem solved...Thank you.