Strapi Cloud deployment error, but no logs are available

System Information
  • Strapi Version: v4.15.5
  • Operating System: Strapi CLoud
  • Database: default DB
  • Node Version: v18.19.0
  • NPM Version:
  • Yarn Version: 1.22.21

I am using the Strapi Cloud trial version for my testing. The code is residing in GitHub. After making my changes, pushed the code to GitHub and triggered the deployment in the Strapi Cloud dashboard. The build was completed but the deployment failed. There are no logs available(log screenshot added).

How to debug this issue? Anyone…

I have the same error

I have resolved the issue.

In my case, the problem was in the localhost the DB was SQLite and in the Strapi Cloud, the default DB is Postgres. So, I configured Postgres in my localhost, then I could see some migration errors.

Once I fixed the errors, I could successfully deployment the changes in Strapi Cloud.

Please try doing this

Hi, I have the same problem , you said is mandatory use Postgres to make it work ?
my actual db is SQLite,

If you are using Strapi Cloud with default DB, then in localhost it is mandatory to use the Postgres DB to reduce the deployment issues.

In Strapi Cloud, if you are using SQLite, then no issue. But in different environments if you are using different databases, then it will create issues.