NestJS build successfully but deploys fails

Hello!

I’ve been trying to deploy a nestjs application and on the logs looks like everything is OK (it returns a successful) and the render deploy’s result is “Failed”.

here some captures:

As extra information, I already deployed a hello word nestjs application successfully using the port “10000” and “0.0.0.0” on setup on the IP.

But when I try the same on my second project (with much more files) it fails.

Here my main file configuration:

any idea or any way to retrieve more logs to debug this?

Thanks

and my render config:

PD: Sorry for the double post, but the site limits the numbers of links that you can use on a single post

I fixed this.

Looks like the trouble was that I have on the ENV_VAR a different port than what I specified on the code and for that reason, the deploy was not found.

I just removed the PORT env var from the render configuration and it works as expected.

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.