I am trying to redeploy one application, but it is failing with a “no capacity available” error:
➜ ✗ flyctl deploy --verbose
==> Verifying app config
Validating /home/renne/projects/fly.toml
✓ Configuration is valid
--> Verified app config
==> Building image
WARN Failed to start remote builder heartbeat: failed to create volume: no capacity available in gru
==> Building image
WARN Failed to start remote builder heartbeat: failed to create volume: no capacity available in gru
Error: failed to fetch an image or build from source: failed to create volume: no capacity available in gru (Request ID: 01J0M67DSC0CV7YYJWD7RHWD5N-gru) (Trace ID: 4c3d3fa93804c76076cfed693a3fff5f)
Is there anything that I can do to be able to update my application?
I thought it could be something with my application, but today I tried to redeploy another application that I have and had the same error. So right now I have two different applications that I can’t upgrade because of a platform error.
I don’t have any app builder to delete. I wrongly deleted my app, and now I am not able to relaunch it in a different region as it is not possible to link the app to an existing database machine.
I will not try this in other app that I have (that have a data storage linked) because probably I will face the same problem.