Error: input:4: createRelease Could not find image

When I try to deploy my app with fly deploy I get the error

→ Pushing image done
image: registry.fly.io/chesschatbot:deployment-01H7D618YBENVGRHM0FMA75VS4
image size: 809 MB

Watch your app at Sign In · Fly

Error: input:4: createRelease Could not find imageregistry.fly.io/chesschatbot:deployment-01H7D618YBENVGRHM0FMA75VS4

I’ve tried stopping the app from running with fly scale count 0 but not only it did not help, now i can’t start it because i get runner[48ed542b7d4538] ams [error] Unable to pull image, not found, canceling deploy when I try to scale it back to 1

Managed to fix it by running fly deploy --local-only

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.