You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As configured, you can't browse to the page from another machine because it is not listening on external interfaces. Doing all work inside headless ubuntu server VM via ssh and using Chrome/Firefox on different Windows VM.
Update the "npm start" script with "--host 0.0.0.0" so webpack-dev-server listens on all ports instead of just the loopback interface.
"start": "webpack-dev-server --host 0.0.0.0 --inline --content-base src/"
As configured, you can't browse to the page from another machine because it is not listening on external interfaces. Doing all work inside headless ubuntu server VM via ssh and using Chrome/Firefox on different Windows VM.
Webpack Dev Server CLI options
Related issue
The text was updated successfully, but these errors were encountered: