We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to run webpack-dev-server, but when I go to http://localhost:8080/ the browser returns
http://localhost:8080/
No data received ERR_EMPTY_RESPONSE
Solution
I was able to resolve this issue by explicitly telling webpack to use port 3000
webpack-dev-server --port 3000
go -> http://localhost:3000/
http://localhost:3000/
It's not clear why the server didn't run in the defaulted port number?
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Dupe of #183, which also contains a lot more information about how to fix this.
No branches or pull requests
I am trying to run webpack-dev-server, but when I go to
http://localhost:8080/
the browser returnsSolution
I was able to resolve this issue by explicitly telling webpack to use port 3000
go ->
http://localhost:3000/
It's not clear why the server didn't run in the defaulted port number?
The text was updated successfully, but these errors were encountered: