Deploys stopped working since yesterday

Hello. Our deployment stopped working on GitHub Actions and locally yesterday when fly.io was experiencing incidents.

fly deploy -a ${app name}
==> Verifying app config
Validating ${PATH}/backend/fly.toml
✓ Configuration is valid
--> Verified app config
==> Building image
WARN Failed to start remote builder heartbeat: failed to restart VM 4d890171b723d8: internal: internal server error

==> Building image
WARN Failed to start remote builder heartbeat: failed to restart VM 4d890171b723d8: internal: internal server error

Error: failed to fetch an image or build from source: failed to restart VM 4d890171b723d8: internal: internal server error (Request ID: 01J355E1BT8E8XY3PKEC46MDA8-waw) (Trace ID: b94589cb8fab2b1ddd4c3c3950000270)

Any updates here?
We basically can’t deploy our apps or create new ones.

Important note here: We use fly to build the image. So my guess is that it has something to do with fly builder

Hey @databrew, I don’t have specific insight into what’s up there; one thing you can generally try for builder problems is to delete your builder app.

(Find your org’s builder with fly apps list | grep fly-builder- or check out the “App Builders” tab on the left-hand side of your web dashboard.)

thanks @catflydotio
That helped. Apps started building again

1 Like