1 Answer
- Newest
- Most votes
- Most comments
1
Hello Frank,
Do you use IIS as a reverse proxy in front of your node.js application? Did you bind your node.js application to the loopback interface (127.0.0.1/localhost) of your server? To enable your application to listen for incoming requests, you need to bind it to "0.0.0.0".
To investigate further, you would need to provide more specific details about the error, as we don't have access to your environment/configuration.
answered 2 years ago
Relevant content
- asked 4 years ago
- asked 2 years ago

Hi Roland, thanks for your answer, even if it's not the solution, you point me out to the solution. I went to "Windows Security", then "Firewall & network protection", then "Allow an app through firewall". There, i added the Node executable and checked "Private" and "Public" access, then everything worked all of a sudden. So thanks for the tips, i'll mark your answer as "acceptable" cause my problem is solved.