Open dsherret opened 3 months ago
Not sure if it is related, but I get similar error message when I try to run deployctl
.
➜ deno-api-proxy git:(main) ✗ deno task deploy:dev
Task deploy:dev deployctl deploy --project=deno-api-proxy-dev
ℹ Using config file '/path/to/deno.json'
✔ Deploying to project my-project-name.
✔ Entrypoint: /path/to/main.ts
ℹ Uploading all files from the current dir (/path/to/currentDirectory)
✔ Found 2 assets.
✔ Uploaded 2 new assets.
⠼ Deploying... (100.0%)
⠦ Deploying... (100.0%)
error: TypeError: error reading a body from connection
My deploy:dev task just has the following:
deployctl deploy --project=dev-project
Re-running the command worked through.
It seems to rely on
https://nodejs.org/download/release/v20.11.1/node-v20.11.1-headers.tar.gz
. Any way we could change that to use the test server instead?