Error in deployment: no capacity available in gru

Here’s an workaround in the meantime:

  1. 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.

  1. 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.

1 Like