I was going about my life deploying new versions (trying to figure out this simple app) and now, all of the sudden I am no longer able to deploy. Even after deleting the whole app and starting from scratch. I am always getting:
$ flyctl deploy
==> Verifying app config
--> Verified app config
==> Building image
Remote builder fly-builder-lively-violet-5174 ready
==> Creating build context
--> Creating build context done
==> Building image with Docker
--> docker host: 20.10.12 linux x86_64
Sending build context to Docker daemon 1.395kB
[+] Building 1.0s (11/11) FINISHED
=> CACHED [internal] load remote build context 0.0s
=> CACHED copy /context / 0.0s
=> [internal] load metadata for docker.io/library/python:3.7 0.9s
=> [1/7] FROM docker.io/library/python:3.7@sha256:cda140a738baaf576240ad8f9a0f480a1b9bdc7ac690b46 0.0s
=> CACHED [2/7] RUN apt-get update && apt-get install -y python3-pip python3-venv pyt 0.0s
=> CACHED [3/7] RUN mkdir -p /app 0.0s
=> CACHED [4/7] WORKDIR /app 0.0s
=> CACHED [5/7] COPY requirements.txt . 0.0s
=> CACHED [6/7] RUN pip install -r requirements.txt 0.0s
=> CACHED [7/7] COPY . . 0.0s
=> exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:afad224231925bb2b9b0aabed9db78006d306501e99781d6bfcffdf879ffffff 0.0s
=> => naming to registry.fly.io/firstfly:deployment-1650028773 0.0s
--> Building image done
==> Pushing image to fly
The push refers to repository [registry.fly.io/firstfly]
Error failed to fetch an image or build from source: error rendering push status stream: Get "https://registry.fly.io/v2/": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Are the fly servers OFF or something?
running latest official flyctl (v0.0.320) on macos 10.15.7 connecting to lhr.
edit: rebuilt everything again but on lax, still getting the error.