Issue with application deploy

Hello, today I started getting this error when I try to deploy my application. I’ve already deployed it today, but then it suddenly stopped working.

$ fly deploy
==> Verifying app config
Validating ................../fly.toml
Platform: machines
✓ Configuration is valid
--> Verified app config
==> Building image
WARN Failed to start remote builder heartbeat: You hit a Fly API error with request ID: 01H3ABXYTTPV8SCDTEPA4AEE6Z-waw
Error: failed to fetch an image or build from source: error connecting to docker: You hit a Fly API error with request ID: 01H3ABXZG4PXRV4D66XJ80R9A8-waw

Everything is passing with fly doctor

$ fly doctor 
Testing authentication token... PASSED
Testing flyctl agent... PASSED
Testing local Docker instance... PASSED
Pinging WireGuard gateway (give us a sec)... PASSED

App specific checks for APP:
Checking that app has ip addresses allocated... PASSED
Checking AAAA record for APP.fly.dev... PASSED

Build checks for APP:
Checking docker context size (this may take little bit)... PASSED (170 kB)
Checking for .dockerignore... PASSED

Have a look at Fly deploy fails with `Error failed to fetch an image or build from source: error fetching docker server`
This might help

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.