-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
ReferenceError: webpackJsonp is not defined #1406
Comments
That usually means the static, compiled js file created by build process doesn’t exist on server. Are you by chance running this behind a load balancer? If so, it’s possible that each instance is generating a unique chunk ID which is resulting in the 404 error. |
Thanks for the thought but no load balancing. This is a single droplet. |
Seems like an issue with node 8.x Try the latest 7.x and see if the issue goes away |
I have different thought: You are running development build instead of production. Why the port is 8002? This is for BrowserSync in development. If you configured port explicitly by Did you deploy correctly? |
hi all thanks for these thoughts - sorry I've put this on the back burner - hopefully I will get back to it in a month or two - happy for you to close this issue if none others have reported issues. |
Ok, I will close, if anybody have trouble like this, feel free to reopen :-) Happy coding ❤️ |
I have encountered the same problem whenever I use "ngrok" to expose my local server (launched in development mode) to the public internet for testing. I have fixed it by just upgrading node from v8.4 to v8.9.4. |
Hi,
I am hitting:
on a vanilla install (under both node 8.4 and 8.5) on a vanilla install on a docker container running in a "digital ocean droplet". It works fine on a docker container running on my local machine and I have no clue how to start unpicking this.
you can see it here currently.
any clues?
The text was updated successfully, but these errors were encountered: