Unable to deploy because building image causes an internal error

I have a Phoenix app that I have multiple copies of running in production (happily).

I’m trying to deploy a new version of it and getting the following error:

❯  fly deploy -a ***-staging-control -c fly/***-staging.toml
==> Verifying app config
Validating fly/***-staging.toml
✓ Configuration is valid
--> Verified app config
==> Building image
==> Building image
Error: failed to fetch an image or build from source: error building: internal: internal error

There’s no logs and nothing in the dashboard to look at or help debug this. Where do I go from here?

Could you try building locally from Docker and pasting the log here?

Building locally from docker works just fine. Also deploying with --depot=false works just fine.

Hmm, there’s not much to go on here, in that case. Maybe try deploying to a different region temporarily?

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