502 Bad Gateway on _api.internal:5000 when pushing image

New app eduardo-lottery fails to deploy with persistent 502 on http://_api.internal:5000/v2/eduardo-lottery/blobs/sha256:.... Tried: multiple fly deploy attempts, --remote-only, --local-only, fly wireguard reset, destroying and recreating the app, switching from FRA to AMS. Existing app claudia-pa on same org deploys fine. Error has persisted for 2+ hours.

I also noticed same. When i try to do fly deploy it fails with same 502 error. Any help is much appreciated. Thanks.

Hm… The classic next thing to try is --depot=false --buildkit=false --recreate-builder.

You can also move the builder, in case it’s a network glitch of some kind:

https://community.fly.io/t/region-cannot-host-your-machine-fra/23071/31

(The builder region doesn’t necessarily follow your app around, which many people find non-intuitive.)

Frankfurt is one of the regions that has multiple datacenters, if I remember correctly, so there may be a problem with a subset not being able to talk to the rest of the Fly.io fleet…

Thanks mayailurus. Option “–depot=false --buildkit=false --recreate-builder” did work