Open
Description
The website fails to build. The latest successful netlify deployment has been on 29. September. All the consecutive commits have failed to been and are not reflected on the website. Manually triggering a deploy on netlify fails as well as a local build. This is the error I see in the logs:
11:04:29 AM: Generating static pages (0/74) ...
11:04:30 AM: TypeError: Cannot read properties of undefined (reading 'commit')
11:04:30 AM: at /opt/build/repo/.next/server/chunks/893.js:1:32429
11:04:30 AM: at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
11:04:30 AM: at async L (/opt/build/repo/.next/server/pages/[...slug].js:1:11745)
11:04:30 AM: at async e3 (/opt/build/repo/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js:25:3907)
11:04:30 AM: at async exportPages (/opt/build/repo/node_modules/next/dist/export/routes/pages.js:84:28)
11:04:30 AM: at async exportPageImpl (/opt/build/repo/node_modules/next/dist/export/worker.js:205:16)
11:04:30 AM: at async Span.traceAsyncFn (/opt/build/repo/node_modules/next/dist/trace/trace.js:154:20)
11:04:30 AM: at async Object.exportPage (/opt/build/repo/node_modules/next/dist/export/worker.js:236:20)
11:04:32 AM: Error occurred prerendering page "/downloads". Read more: https://nextjs.org/docs/messages/prerender-error
11:04:32 AM: TypeError: Cannot read properties of undefined (reading 'slice')
11:04:32 AM: at /opt/build/repo/.next/server/chunks/893.js:1:31451
11:04:32 AM: at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
11:04:32 AM: at async w (/opt/build/repo/.next/server/pages/downloads.js:1:5990)
11:04:32 AM: at async e3 (/opt/build/repo/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js:25:3907)
11:04:32 AM: at async exportPages (/opt/build/repo/node_modules/next/dist/export/routes/pages.js:84:28)
11:04:32 AM: at async exportPageImpl (/opt/build/repo/node_modules/next/dist/export/worker.js:205:16)
11:04:32 AM: at async Span.traceAsyncFn (/opt/build/repo/node_modules/next/dist/trace/trace.js:154:20)
11:04:32 AM: at async Object.exportPage (/opt/build/repo/node_modules/next/dist/export/worker.js:236:20)
11:04:33 AM: TypeError: Cannot read properties of undefined (reading 'commit')
11:04:33 AM: at /opt/build/repo/.next/server/chunks/893.js:1:32429
11:04:33 AM: at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
11:04:33 AM: at async L (/opt/build/repo/.next/server/pages/[...slug].js:1:11745)
11:04:33 AM: at async e3 (/opt/build/repo/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js:25:3907)
11:04:33 AM: at async exportPages (/opt/build/repo/node_modules/next/dist/export/routes/pages.js:84:28)
11:04:33 AM: at async exportPageImpl (/opt/build/repo/node_modules/next/dist/export/worker.js:205:16)
11:04:33 AM: at async Span.traceAsyncFn (/opt/build/repo/node_modules/next/dist/trace/trace.js:154:20)
11:04:33 AM: at async Object.exportPage (/opt/build/repo/node_modules/next/dist/export/worker.js:236:20)
Activity