stuck when deploying

==> Building image
Waiting for depot builder…

stuck when deploying

Any solution we tried everything still last 5 days we are not able to push

how to deploy it ?

What solutions did you try so far?

I’m having the same issue today, when this has occurred in the past people suggested:

fly deploy --depot=false

This worked for one of my projects but not a another one.

  1. We attempted the deployment both with and without the --remote-only flag, but faced the same issue.
  2. We logged out and logged back into our Fly.io account, but this did not resolve the problem.
  3. We also reset the WireGuard connection, but this did not have any impact.

We tried this as well but nothing is happening

We are not able to deploy any app on our account.

How about --local-only

yes, tried that also not working --local-only

What’s the error…


We are getting this error

it stuck for 10 min on building image then this error

--local-only attempts to build the docker container on your machine, if that fails it’s a good indication that the problem (or at least the first problem, if there is more than one) has nothing to do with Fly.io and everything to do with something your Dockerfile is trying to do.

That’s the first thing to debug then, try and build the image with docker and check the errors it reports: docker build -t image_name .

1 Like

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