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!