localhost didn’t send any data.
why this error is coming after I started the server.
by npm run dev
Hi @para27rsh, Are you sure nothing block your localhost port (firewall, av...). I can't reproduce your problem.
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
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.
did you fixed it
for me I was using port 6969 and I forgot it was the datagram protocol 😆