==> 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 ?
==> 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.
--remote-only
flag, but faced the same issue.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…
--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 .
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.