Nowu

Results 1 comments of Nowu

I had the same problem, instead of request to `http://localhost:8080` try `http://[::1]:8080`, or change the host in `app.listen()`, by default if host is omitted NodeJS will use Ipv6, [docs](https://nodejs.org/api/net.html#net_server_listen_port_host_backlog_callback).