Cannot deploy any app

I cannot deploy any app. Builder machine had status “failed” so I deleted this and I tried deploy once again. This time builder machine is created and has status “running” but I still can’t deploy app, I got an error:

Error: failed to fetch an image or build from source: error connecting to docker: You hit a Fly API error with request ID:

Hi,

There may be an issue with the remote builders/connectivity.

In the meantime it’s worth trying fly deploy --local-only (assuming you have Docker installed and running locally). That should bypass the problem as you would be building locally. Not ideal but worth a try.

Hi,
yes, local building image is working when I changed dockerfile a little bit, but it takes much longer:(

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