Data transfer between remote and local yields UNIQUE constraint error

System Information
  • Strapi Version: v4.14.4
  • Operating System:
  • Database: SQLite
  • Node Version: v18.19.0
  • NPM Version: 10.2.3
  • Yarn Version: 1.22.21

I’m trying to transfer the contents from my local Cloud instance of Strapi, however, it seems that when it comes to transferring links it fails whenever it encounters a Content Type with repeatable fields that are required and/or have a minimum of blocks. The error is always the same, and this seems strange considering that one would think the transfer process would override everything and constraints wouldn’t matter because of that.

I’m not really sure if I’m doing something wrong as this is a problem I haven’t found anywhere else online.