"Non-existent" failed migration prevents deployment

When trying to deploy, I’ve received the following error several times now:

72 migrations found in prisma/migrations migrate found failed migrations in the target database, new migrations will not be applied. Read more about how to resolve migration issues in a production database: Migration troubleshooting in production

However, I was not successful in locating any failed migration. Also, all troubleshooting steps were futile.

I’m completely lost atm and would appreciate any help!

Hi @eimenhmdt

Have you confirmed that prisma is able to successfully connect to your database? It could be a misleading error.

Was this working before? If so, when did it stop working?