Node JS app can't access url fly.dev

Hi , I can’t access my own nodejs app since yesterday afternoon. It was working fine and the logs also tells me that my server is started and listening.

But now when I try connecting to the link, it shows : ERR_CONNECTION_RESET
Anyone with the same issues ?

Hi @IamAlex

A good starting step to debug issues is looking into fly status to see what’s running and if your app did not die.

Can you verify if it’s listening to the port you specified on your fly.toml internal_port and under 0.0.0.0 rather than localhost?

hi @lubien

here is the output :
Name = pdcwebapp
Owner = personal
Version = 18
Status = running
Hostname = pdcwebapp.fly.dev
Platform = nomad

Deployment Status
ID = 17f6c6f4-52ce-892f-080e-b90d5f52bad5
Version = v18
Status = successful
Description = Deployment completed successfully
Instances = 1 desired, 1 placed, 1 healthy, 0 unhealthy

Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
4e7e4b77 app 18 cdg run running 1 total, 1 passing 0 2h55m ago

1 Like