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.