question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

localhost didn’t send any data.

See original GitHub issue
Screenshot 2020-01-29 at 5 03 24 PM

https://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:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
kkobielacommented, Jan 29, 2020

Make sure you are accessing https://localhost:3000, not http://localhost:3000

1reaction
rohitninawecommented, Jun 2, 2020

I was facing the same issue, my solution was

update all your packages —> npm install —> npm run dev

problem solved! 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found