Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website: build fails #31121

Open
s1na opened this issue Feb 3, 2025 · 0 comments
Open

Website: build fails #31121

s1na opened this issue Feb 3, 2025 · 0 comments
Assignees

Comments

@s1na
Copy link
Contributor

s1na commented Feb 3, 2025

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants