Unable to deploy new version of app or scale servers

We’re unable to deploy our app with a newer version, fly.io returns No deployment available to monitor. Scaling the app up/down returns Count changed to <NUMBER> but nothing seems to be happening according to the admin dashboard.

There’s no issues on https://status.flyio.net either… is anyone else experiences issues or is it just us?

2 Likes

Getting the same problem, with new instances (literally a fresh app) and existing ones.

When deploying a new version, I’ve seen the same: a release is created, but there’s no deployment.

Example from https://github.com/PREreview/prereview.org/actions/runs/3143387356/jobs/5108217765:

Run flyctl deploy --config fly.prod.toml --image registry.fly.io/prereview:4fc8043605cd7ea54cf9f8232139288f4e2604c0
==> Verifying app config
--> Verified app config
==> Building image
Searching for image 'registry.fly.io/prereview:4fc8043605cd7ea54cf9f8232139288f4e2604c0' locally...
Searching for image 'registry.fly.io/prereview:4fc8043605cd7ea54cf9f8232139288f4e2604c0' remotely...
image found: img_3xdk4x25lj6vgo0e
==> Creating release
--> release v622 created

--> You can detach the terminal anytime without stopping the deployment
==> Monitoring deployment
Error 1 error occurred:
	* No deployment available to monitor
1 Like

Are you using multiple processes in your fly.toml?

No: prereview.org/fly.prod.toml at 4fc8043605cd7ea54cf9f8232139288f4e2604c0 · PREreview/prereview.org · GitHub / prereview.org/fly.sandbox.toml at 4fc8043605cd7ea54cf9f8232139288f4e2604c0 · PREreview/prereview.org · GitHub

Hm okay, I am having trouble deploying. Might be related…

Hi all, Thanks for the reports. This is under investigation: https://status.flyio.net/

7 Likes