-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Path rewrite Unhandled Runtime Error #24661
Comments
Same here. Even I'm using next.config.js without
Seems that I'm affected by that change. The workaround for me is to add the empty webpack config:
|
@hokkun-dayo update: there is no error, if i work on Ubuntu. I guess this error occurs only to Windows. I didn't trying your workaround yet on Windows, but it seems ugly imho))) |
Hi, this should be fixed in the latest version of Next.js |
This issue has been automatically locked due to no recent activity. 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?
10.1.3
What version of Node.js are you using?
14.16.0
What browser are you using?
Chrome
What operating system are you using?
Windows
How are you deploying your application?
next start
Describe the Bug
When i use the
webpack5: true
in mynext.config.js
it failed with errorExpected Behavior
There is no error have to be. It works fine without
webpack5: true
flagTo Reproduce
Add to your
next.config.js
next code:The text was updated successfully, but these errors were encountered: