Pod app-... is FAILING crash loop, pod is restarting too frequently

Your issue

image exists remotely šŸ€ cached image provided: `xx...:latest` ā‰ļø cached image not pulled (most likely doesn't exists remotely) ā€¼ļø image not built ā€¼ļø image not pushed

DEPLOYMENT_IN_PROGRESS
āœ… Container image xx... is built and ready to use

šŸš€ Deployment of Application `...` at tag/commit ... is starting: You have 0 pod(s) running, 0 service(s) running, 0 network volume(s)

šŸ›° Application has 1 pods. 0 starting, 0 terminating and 1 in error

ā”ƒ  |__ Pod app-z... is FAILING crash loop, pod is restarting too frequently. Look into your application logs

Pod crashed x times

Hello @Mike_Kaden,

Can you please share your app console link please?

Thanks !

deleting the port will make the deployment without error, but the application is not linked.
setting port to 3000, the deployment will fail with the same error

will it solve to deleting the application and set a new one?

From what I can see from your apps logs, there is an issue in your app:

ā”‚ internal/modules/cjs/loader.js:965                                                                                                                                                                                                                ā”‚
ā”‚   throw err;                                                                                                                                                                                                                                      ā”‚
ā”‚   ^                                                                                                                                                                                                                                               ā”‚
ā”‚                                                                                                                                                                                                                                                   ā”‚
ā”‚ Error: Cannot find module '/usr/src/app/bin/www'                                                                                                                                                                                                  ā”‚
ā”‚     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:962:15)                                                                                                                                                                   ā”‚
ā”‚     at Function.Module._load (internal/modules/cjs/loader.js:838:27)                                                                                                                                                                              ā”‚
ā”‚     at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)                                                                                                                                                           ā”‚
ā”‚     at internal/main/run_main_module.js:17:47 {                                                                                                                                                                                                   ā”‚
ā”‚   code: 'MODULE_NOT_FOUND',                                                                                                                                                                                                                       ā”‚
ā”‚   requireStack: []                                                                                                                                                                                                                                ā”‚
ā”‚ } 

Does you app miss anything?