Can't deploy the app

I can’t deploy the app by fly deploy, it show errors:

2023-08-08T13:25:11Z runner[148ed199b71318] sin [error]Unable to pull image, not found, canceling deploy

No matter if I use remote or local deployment. And fly doctor show all checks are ok.

Logs for fly deploy:
The push refers to repository [registry.fly.io/invest-data-api-app]
dcd37b0aba26: Layer already exists
eb10f48d1af6: Layer already exists
4ffaeea1aa6b: Layer already exists
e8c8af1de0e9: Layer already exists
fb57a9a278f0: Layer already exists
3a8f72936cf8: Layer already exists
b224f4b0e8ae: Layer already exists
3e052bb50b7f: Layer already exists
45f38016b208: Layer already exists
446d06752e45: Layer already exists
5f70bf18a086: Layer already exists
c5321f7f53ff: Layer already exists
df6c1b185b95: Layer already exists
b23fedba7dbd: Layer already exists
ae2d55769c5e: Layer already exists
e2ef8a51359d: Layer already exists
deployment-01H7ANXK0D5WAPEQHSQGJS0670: digest: sha256:733fd29c39945e5302b2117ac21c387a5418d00363693fa3101e9a752033d5be size: 3672
→ Pushing image done
image: registry.fly.io/invest-data-api-app:deployment-01H7ANXK0D5WAPEQHSQGJS0670
image size: 1.3 GB

Watch your app at Sign In · Fly

Updating existing machines in ‘invest-data-api-app’ with rolling strategy
[1/1] Waiting for 148ed199b71318 [app] to have state: started


And the app show error:

2023-08-08T13:38:37Z runner[148ed199b71318] sin [info]Pulling container image registry.fly.io/invest-data-api-app:deployment-01H7ANXK0D5WAPEQHSQGJS0670
2023-08-08T13:38:38Z runner[148ed199b71318] sin [error]Unable to pull image, not found, canceling deploy


this is the same problem as this post

1 Like