I am facing the following issue while redeploying a new version of my app on fastapi
Instance created. Preparing to start…
Image download failure. An unexpected error occurred. If the error persists, try to redeploy or contact us.
Instance stopped.
Instance created. Preparing to start…
Instance is starting… Waiting for health checks to pass.
INFO: Started server process [1]
INFO: Waiting for application startup.
INFO: Application startup complete.
From what I understand - it cannot download the image from dockerhub (although it has been doing it for about a year without problems) and pulls up the latest version that is on the hosting.
I’ll say right away, the link to dockerhub is valid, and the repository itself is public there, so there should be no problems with access