I created the Remix application based on the documentation provided by Shopify. Then, the “fly launch” command was executed according to the documentation of fly.io. The error message displayed in the terminal is: Error: failed to fetch an image or build from source: error building: failed to receive status: rpc error: code = Unavailable desc = error reading from server: read tcp 172.18.32.154:60552->149.248.212.172:443: read: connection reset by peer. The previous information of the error message is:
==> Building image
==> Building image with Depot
→ build: ()
[+] Building 150.3s (6/12)
=> [internal] load build definition from Dockerfile 12.0s
=> => transferring dockerfile: 469B 12.0s
=> [internal] load metadata for Docker Hub Container Image Library | App Containerization 6.1s
=> [internal] load .dockerignore 56.6s
=> => transferring context: 66B 56.6s
=> [1/8] FROM Docker Hub Container Image Library | App Containerization 0.0s
=> => resolve Docker Hub Container Image Library | App Containerization 0.0s
=> [internal] load build context 75.6s
=> => transferring context: 25.15kB 75.6s
=> CACHED [2/8] RUN apk add --no-cache openssl 0.0s
=> CACHED [3/8] WORKDIR /app 0.0s
==> Building image
==> Building image with Depot
→ build: ()
[+] Building 72.3s (3/12)
=> [internal] load build definition from Dockerfile 6.8s
=> => transferring dockerfile: 469B 6.8s
=> [internal] load metadata for Docker Hub Container Image Library | App Containerization 2.6s
=> [internal] load .dockerignore 7.1s
=> => transferring context: 66B
I use Clashx proxy locally and have set the environment variable as: export http_proxy=http://127.0.0.1:7890,I don’t know if this is related to it.