Here’s an workaround in the meantime:
- Destroy your current builder if it exists:
fly apps destroy BUILDER_APP_NAME
To find your builder name you can use fly apps list or go to your dashboard and look at the “App Builders” tab on the left.
- Choose a different builder region such as Rio de Janeiro (gig):
FLY_REMOTE_BUILDER_REGION=gig fly deploy
This will make sure when you deploy your builder will be on gig if its not created yet.