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