localhost didn’t send any data.
See original GitHub issuehttps://github.com/zeit/next.js/tree/canary/examples/with-http2
i followed the same steps given in the above link but after running npm run dev
i am getting this.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:10 (4 by maintainers)
Top Results From Across the Web
localhost didn't send any data - ERR_EMPTY_RESPONSE
But to check, localhost isn't responding properly, it says "the page didn't send any data. I tried looking everywhere and changed all the ......
Read more >How to troubleshoot localhost didn't send any data
I checked and confirmed the in project setting -> Targets that “Test connection” works. I confirmed Web Server URL is http://localhost:8100.
Read more >How To Fix the "ERR_EMPTY_RESPONSE" Error (5 Potential ...
This error is often caused by connectivity issues, such as a poor internet connection or problems with the server itself. It can also...
Read more >How to fix ERR_EMPTY_RESPONSE Error? - Tech Banker
It means that the website you're trying to access isn't responding or sending any data to your requests. The error ERR_EMPTY_RESPONSE: The website...
Read more >Getting localhost didn't send any data ... - nopCommerce
Getting localhost didn't send any data. ERR_EMPTY_RESPONSE for 4.50.4 ... I am trying to upgrade from 2.5 to 4.50.4. I ran all the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Make sure you are accessing https://localhost:3000, not http://localhost:3000
I was facing the same issue, my solution was
update all your packages —>
npm install
—>npm run dev
problem solved! 😉