Strapi Cloud deployment error, but no logs are available

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