WARNING The app is listening on the incorrect address and will not be reachable by fly-proxy. You can fix this by configuring your app to listen on the following addresses: - 0.0.0.0:3000

@furukawaeiichi

It’s possible that you’ve been hit by a bug that we had a while ago and your Postgres DB doesn’t start automatically on network requests.

You can fix this by using this command:

$ fly -a <your postgres app> machine update --autostart --select
1 Like