Hello!
I’m trying to deploy an Angular project and i get " ==> No open ports detected on 0.0.0.0" error. How can i solve this?
I would appreciate the help!!
Thanks
Hello!
I’m trying to deploy an Angular project and i get " ==> No open ports detected on 0.0.0.0" error. How can i solve this?
I would appreciate the help!!
Thanks
Your application should listen on 0.0.0.0
(or sometimes *
), not 127.0.0.1
(a.k.a. localhost
).
I don’t have any port set, where should I put that setting?
It’s not a port, it’s a host (host interface specification). Your port can reasonably be whatever you want, if unspecified it should default to 10000 as Render sets a $PORT
environment variable to 10000 if not specified by a customer.
Ok, let me try. Thanks!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.