Skip to content

No data received ERR_EMPTY_RESPONSE webpack #336

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

Closed
KhaledMohamedP opened this issue Dec 7, 2015 · 4 comments
Closed

No data received ERR_EMPTY_RESPONSE webpack #336

KhaledMohamedP opened this issue Dec 7, 2015 · 4 comments

Comments

@KhaledMohamedP
Copy link

I am trying to run webpack-dev-server, but when I go to http://localhost:8080/ the browser returns

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/

It's not clear why the server didn't run in the defaulted port number?

@marconak-matej
Copy link

+1

2 similar comments
@AdamGustavsson
Copy link

+1

@KayBeSee
Copy link

+1

@SpaceK33z
Copy link
Member

Dupe of #183, which also contains a lot more information about how to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants