Fly.io instance refused connection error

Hi,

I’m running a Remix app on Fly and everything was working well. I then took the app down using fly scale count 0. I then tried to get the app back up by running fly deploy. However, now I’m getting the following error:

instance refused connection. is your app listening on 0.0.0.0:3000? 
make sure it is not only listening on 127.0.0.1 
(hint: look at your startup logs, servers often print the address they are listening on)

Didn’t change the fly.toml or anything else.

try fly scale count 1

I have machines running, that isn’t the issue.

I get the following when I run fly status:

PROCESS ID VERSION REGION STATE ROLE CHECKS LAST UPDATED
app [id] 33 bos started 2024-10-23T21:31:55Z

:person_shrugging:

(↑ This is the emoticon for “please post logs, we suspect OOM…”)

1 Like

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