node app deployment got error: failed to fetch an image or build from source: executing lifecycle: io: read/write on closed pipe

thanks a lot, removing the tail --remote-only works for me!

This looks like an issue retrieving Heroku buildpack layers. This is a problem with remote builders far away from Heroku’s service in Virginia.

You can try removing the builder with fly apps destroy fly-builder-blue-night-1512.

You can also try fly deploy --local-only. Your local Docker daemon may have more success.

2 Likes