Deploy suddenly failing

When I run fly deploy on multiple apps that I deployed very recently, I now get the following error:

Error: failed to fetch an image or build from source: error building: input:3: ensureDepotRemoteBuilder {"code"=>"invalid_argument", "message"=>"Invalid region fly-lga"}

fly doctor is all happy. Any idea what else I could try?

Hi… Try --depot=false for now:

https://community.fly.io/t/depot-remote-builders-becoming-the-default/21756/16

(The new subcontractor organization might not yet know that lga is a secret synonym for the ewr region.)

1 Like

Thanks to this, I found a workaround:

fly deploy --depot=false

Thanks!

1 Like

Just an FYI, we are seeing the same thing but with sea (although we aren’t even trying to deploy to sea). --depot=false also works for us.

1 Like

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