Next.js Discord

Discord Forum

Problem Building my NextJS14.2 application

Answered
Amur catfish posted this in #help-forum
Open in Discord
Amur catfishOP
Hello, i encounter this error when trying to build my NextJs app, there's not much information or tracing i can do appart from undefined ClientModules.
where should i go first to problem fix and solve this?
This is a new project so there's no migrating versions involved
Answered by Amur catfish
problem was i had in /app a page.tsx but also a (homepage) folder , so it was getting confused on which is the correct '/ '
View full answer

2 Replies

Toyger
looks like it's in some page that you statically generate, try to find clientModules indside your pages that are statically generated.
Amur catfishOP
problem was i had in /app a page.tsx but also a (homepage) folder , so it was getting confused on which is the correct '/ '
Answer