Recurring _next/webpack-hmr?page=/ 500 error #22108
Unanswered
codingenvy
asked this question in
Help
Replies: 1 comment 3 replies
-
Have you found the reason for the error? I am getting a similar error every few seconds on my proxy server logs. <-- GET /_next/webpack-hmr |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, when opening the most basic next js application (you may check on https://devproxy.eleundmartin.de) the index.js loads just fine, but I receive recurring "_next/webpack-hmr?page=/" type 500 errors every 5 seconds.
The application is running on a dedicated server - on local machine everything runs smoothly.
server.js:
I have an additional nginx directive:
I am sure the mistake is on my side - any help would be great!
Beta Was this translation helpful? Give feedback.
All reactions