I had no problems running flyctl deploy
on a Next.js app in a Github repo until yesterday. Now I get as far as Creating build context done
, then I get the following error:
Error failed to fetch an image or build from source: error fetching docker server info: Get "http://[fdaa:0:808f:a7b:2d30:3b9:adf8:2]:2375/v1.41/info": context deadline exceeded
Running fly logs
shows a warning - Instance reached connections hard limit of 25
.
I researched the problem online to no avail I tried deleting the wireguard and creating a new one. I tried increasing the connection hard limit in fly.toml
. I tried adding a region in case the default region (sea
) was having issues. Nothing works.
Any help? Thanks!