This evening I’ve been unable to deploy due to this error:
$ fly deploy
==> Verifying app config
Validating /Users/louis/src/lpil/puck/fly.toml
Platform: machines
✓ Configuration is valid
--> Verified app config
==> Building image
WARN Failed to start remote builder heartbeat: server returned a non-200 status code: 500
Error: failed to fetch an image or build from source: error connecting to docker: server returned a non-200 status code: 500
I tried deleting the builder but no joy. How do I get around this?
This is a really big pain. The issue was raised in another thread about 7 days ago. Deployment not working is a big problem and surprisingly status page is all green: https://status.flyio.net
This is why we don’t use fly for production deployment.
Same issue here for at least 24 hours. In fly apps list the builder shows up with “pending” status. If i delete the builder, a new builder gets created when i try to deploy but it sill has the “pending” status as well.