Deployments stuck at "Status: Image is up to date for heroku/pack:20"

Hi, our deployments are getting stuck at “Status: Image is up to date for heroku/pack:20”
Tried with “flyctl deploy --remote-only” still the same result.

After a while it throws an io error

Not sure how can I resolve this via flyctl. Would appreciate any help

@kurt anything you can help with here? When deploying with --local-only it works but not remote builds

Do you need remote builds? Local builds are typically faster if you already have Docker running.

The buildpack stuff is pretty intense, it’s possible it just times out after running too long.

Ah I see. I’m on a patchy internet which is causing local builds to take a long time to upload. Possible remote builds are timing out due to that.