Closed quick007 closed 2 years ago
Could you please try isolating the issue. Try removing dependencies/pages code until you have a minimal reproduction that still have the issue you are experiencing. This way we can confirm if this is an actual issue with Next.ja or not.
Please address the warnings/errors first.
Eg target
has been deprecated https://nextjs.org/blog/next-12#output-file-tracing
This issue has been automatically closed after 30 days of inactivity with no reproduction. If you are running into a similar issue, please open a new issue with a reproduction. Thank you.
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
What version of Next.js are you using?
12.0.7
What version of Node.js are you using?
17.0.1
What browser are you using?
Chrome
What operating system are you using?
Windows 11
How are you deploying your application?
Not needed, it doesn't work locally
Describe the Bug
The error link that's provided in the error message is https://nextjs.org/docs/messages/invalid-resolve-alias
We don't have a webpack config.
Heres our nextjs config: https://github.com/wave-studio/JSBoard/blob/master/next.config.js
Heres the full error:
Expected Behavior
It building correctly
To Reproduce
I'm honestly not sure how to reproduce it, I have been ignoring build issues for a while (because netlify was broken and I never attempted it locally) so I can't pinpoint what it may be.