Next13: ReferenceError: Cannot access 'g' before initialization during build #57678
Unanswered
manojdm
asked this question in
App Router
Replies: 4 comments 1 reply
-
Were you able to resolve this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Facing the same |
Beta Was this translation helpful? Give feedback.
0 replies
-
what is the solution for this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run next build and I'm getting stuck at errors. Errors are mostly with build server files.
Ex error message -
Error occurred prerendering page "/member/files". Read more: https://nextjs.org/docs/messages/prerender-error ReferenceError: Cannot access 'g' before initialization at Object.ZP (/Users/manojdm/Desktop/fileloom/frontend/.next/server/chunks/112.js:1:3635) at 9663 (/Users/manojdm/Desktop/fileloom/frontend/.next/server/chunks/112.js:1:5595) at t (/Users/manojdm/Desktop/fileloom/frontend/.next/server/webpack-runtime.js:1:128) at 1955 (/Users/manojdm/Desktop/fileloom/frontend/.next/server/chunks/112.js:1:673) at t (/Users/manojdm/Desktop/fileloom/frontend/.next/server/webpack-runtime.js:1:128) at 2618 (/Users/manojdm/Desktop/fileloom/frontend/.next/server/chunks/112.js:1:3663) at t (/Users/manojdm/Desktop/fileloom/frontend/.next/server/webpack-runtime.js:1:128) at 4409 (/Users/manojdm/Desktop/fileloom/frontend/.next/server/app/member/files/page.js:1:2971) at t (/Users/manojdm/Desktop/fileloom/frontend/.next/server/webpack-runtime.js:1:128) at O (/Users/manojdm/Desktop/fileloom/frontend/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:185865)
Ex code -
I'm trying to run next build and I'm getting stuck at errors. Errors are mostly releated server files. I was trying to host this on vercel and was getting blocked with errors out during build. "next start" is working fine though and it's as expected.
Beta Was this translation helpful? Give feedback.
All reactions