Error when deploying django application

Hello folks,

I’m currently running into this issue when trying to deploy my django application using fly deploy.

==> Verifying app config
→ Verified app config
==> Building image
WARN Failed to start remote builder heartbeat: You hit a Fly API error with request ID: 01GRCX8X48DF3360W1A7S1M0Z9-gru
Error failed to fetch an image or build from source: error connecting to docker: You hit a Fly API error with request ID: 01GRCX8XZJMQ20M0J2VJYFM05G-gru

Would you guys have any idea of what’s going on?

I have a simliar problem:

App is not running, deploy…

==> Building image

WARN Failed to start remote builder heartbeat: You hit a Fly API error with request ID: 01GRD1T207BF5QB9KHME2Q9QGX-sea

Error failed to fetch an image or build from source: You hit a Fly API error with request ID: 01GRD1T2M8JGGFQWXP7H22C3FN-sea

Status update: I was able to circumvent this by running fly deploy --local-only. There appears to be something weird going on with the remote builder…

1 Like

That workaround helped me too. It turned out I needed to delete and start a new builder.