No open ports detected on 0.0.0.0, Angular SPA

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.

1 Like

Ok, let me try. Thanks!

that works just for a moment, and then this happens:(