I’m trying to deploy my app, but getting the following issues:
On deploys triggered from git (redacted my app’s name as “appname” below):
Error: failed to fetch an image or build from source: Could not find image “registry.fly.io/appname:deployment-17d2626c8d8faee122fce2bcc79d5533”
When triggered on my local machine:
Error: input:4:3: createRelease.release Timeout on CreateRelease.release
And:
Error: release command failed - aborting deployment. error running release_command machine: failed to wait for VM 784902dfee9358 in stopped state: not_found: machine not found (Request ID: 01K6DZ2BCMCE7GS72SV4EFZMN6-jnb) (Trace ID: f75cd8d8ceeed9330a00fb5fd26a108c)
This second one has happened twice.
What could be the issue?