Strapi - Build a Blog Using Strapi and Next.js

Hi guys, I was trying the follow the tutorial and I hit the same issue with data import as mentioned by Naveen_Gupta and tonyfrogetdev:

error: [FATAL] Invalid schema changes detected during integrity checks (using the strict strategy). Please find a summary of the changes below:
- api::page.page:
  - attributes.seo exists in source schema but not in destination schema
  - options.increments exists in destination schema but not in source schema
  - options.timestamps exists in destination schema but not in source schema
  - attributes.metadata exists in destination schema but not in source schema

I noticed that the seed-schema.tar and seed-data.tar.gz files comes from different github repositories and they probably diverged. If I try to download both files directly from Marktawa github then import passes successfully.

I hope that will help you to overcome the issue.

1 Like