`fly deploy` hangs forever

I can’t deploy my app without --depot=false. The build is very slow without build depot.

> fly deploy
==> Verifying app config
Validating /home/user/computing/service/wtwt/fly.toml
✓ Configuration is valid
--> Verified app config
==> Building image
Waiting for depot builder...

After some time:

❯ fly deploy
==> Verifying app config
Validating /home/user/computing/service/wtwt/fly.toml
✓ Configuration is valid
--> Verified app config
==> Building image
==> Building image
Error: failed to fetch an image or build from source: error building: timed out connecting to machine: failed to list workers: Unavailable: connection error: desc = "transport: authentication handshake failed: EOF"

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