Having issue deploying nodeJS app

I am always getting “TImed Out” issue while deploying my GitHub project as a backend.

backend@1.0.0 bun

Sep 4 09:26:22 AM> bun src/index.ts

Sep 4 09:26:22 AM

Sep 4 09:26:26 AMprocess.env.PORT: 10000

Sep 4 09:26:26 AMServer running on port: 10000

Sep 4 09:26:27 AMConnected to the database

Sep 4 09:24:26 AM==> Timed Out

Sep 4 09:24:26 AM==> Common ways to troubleshoot your deploy: Troubleshooting Your Deploy – Render Docs

Sep 4 09:26:16 AM==> Using Node version 20.15.1 (default)

Sep 4 09:26:16 AM==> Docs on specifying a Node version:

Sep 4 09:26:16 AM==> Using Bun version 1.1.0 (default)

Sep 4 09:26:17 AM==> Docs on specifying a bun version:

Sep 4 09:26:21 AM==> Running ‘npm run bun’

Sep 4 09:26:22 AM

Sep 4 09:26:22 AM> backend@1.0.0 bun

Sep 4 09:26:22 AM> bun src/index.ts

Can you please help me with that?

Regards,
Shubho

Hi there,

These kind of timeouts typically show up when you configure a custom health check path that is failing to return a successful response promptly. Does this line up with your service/situation?

Regards,
Mike


Render Support Engineer, MT (UTC-6, UTC-7 in Winter)

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