Closed Nefcanto closed 3 years ago
Next Build engine does not give us information about our code. This makes debugging extremely hard if not impossible.
If you're seeing a build error from Next, you'll need to search their documentation (or perhaps reach out to their support for help).
It looks like you already opened an issue with Next: https://github.com/vercel/next.js/issues/27330
Yeah @bvaughn , I posted my issue here by mistake. But to my surprise, it didn't have a delete button :). Thank you.
No problem. Good luck!
When I want to build my website, I see this error:
This has no reference to my code. I can't understand what the problem is.
A typical website can have pages that can have at least 500 lines of code. This stack trace does nothing in troubleshooting the error.
And when I go to the URL you have provided, all I see is this:
It's a little help. But where should I find this? What file? What line? Of course it's not possible to scan an entire 10K codebase to guess what the problem might be.
React version: 17.0.2
Steps To Reproduce
I don't know.
Please don't close this issue. I have a complete website and I don't know what should be done to recreate the issue.
The current behavior
Next Build engine does not give us information about our code. This makes debugging extremely hard if not impossible.
The expected behavior
Tell us what file and what line has the problem.