nextjs-express-http2-example icon indicating copy to clipboard operation
nextjs-express-http2-example copied to clipboard

localhost didn’t send any data.

Open para27rsh opened this issue 5 years ago • 5 comments

Screenshot 2020-01-30 at 1 05 15 AM Screenshot 2020-01-30 at 1 07 23 AM

why this error is coming after I started the server.
by npm run dev

para27rsh avatar Jan 29 '20 19:01 para27rsh

Hi @para27rsh, Are you sure nothing block your localhost port (firewall, av...). I can't reproduce your problem.

typedef42 avatar Feb 04 '20 16:02 typedef42

actually same issue is coming in next js example https://github.com/zeit/next.js/tree/canary/examples/with-http2

and i already raised it there https://github.com/zeit/next.js/issues/10319

para27rsh avatar Feb 05 '20 09:02 para27rsh

Actually, going through https://localhost let's you visit the page. Chrome will block it though as unsafe. Let's see what happens on production.

Edit: Doesn't work on prod env for me. Tested on Heroku.

Xamsix avatar Mar 04 '20 11:03 Xamsix

did you fixed it

hyperdragon1 avatar Oct 26 '20 19:10 hyperdragon1

for me I was using port 6969 and I forgot it was the datagram protocol 😆

k-tten avatar Jun 24 '21 15:06 k-tten