fly deploy failed even after trying the suggestions from docs and in the forums

Hello,
I’m trying to deploy changes but I keep facing the following error:

fly deploy
...
...
Error: failed to fetch an image or build from source: error building: failed to receive status: rpc error: code = Canceled desc = context canceled

fly doctor produces the following result:

Testing authentication token... PASSED
Testing flyctl agent... PASSED
Testing local Docker instance... Nope
Pinging WireGuard gateway (give us a sec)... PASSED
Testing WireGuard DNS... PASSED
Testing WireGuard Flaps... PASSED

App specific checks for <app_name>:
Checking that app has ip addresses allocated... PASSED
Checking A record for <app_name>.fly.dev... PASSED
Checking AAAA record for <app_name>.fly.dev... PASSED

Build checks for <app_name>:
Checking docker context size (this may take little bit)... PASSED (434 kB)
Checking for .dockerignore... PASSED

Running fly doctor diag gives:

Collecting fly.toml... ok
Collecting config.yml... ok
Collecting Dockerfile... ok
Collecting fly agent logs... ok
Collecting local diagnostics... ok

Your Diagnostic Code (safe to share): billowing-mountain-late-surf-black-morning-9500

Note that I tried destroying the builder app and did the fly wireguard reset step suggested in other topics, but still facing the same error.

Any help would be appreciated.
Thanks!

Errors are switching between these two:

Error: failed to fetch an image or build from source: error fetching docker server info: Get "http://[fdaa:2:a4a2:a7b:172:1730:331d:2]:2375/v1.41/info": context deadline exceeded
Error: failed to fetch an image or build from source: error building: failed to receive status: rpc error: code = Canceled desc = context canceled

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