strapi / nextjs-corporate-starter

Strapi Demo application for Corporate Websites using Next.js
MIT License
1.08k stars 337 forks source link

Import does not work #24

Closed KennyAtCodin closed 1 year ago

KennyAtCodin commented 1 year ago

` [2023-05-22 16:51:33.069] error: [FATAL] Invalid schema changes detected during integrity checks (using the strict strategy). Please find a summary of the changes below:

PaulBratslavsky commented 1 year ago

@KennyAtCodin I just recently tested this from the most current update and I could not replicate the issue.

Which version of Strapi are you using, also if possible can you add the steps to reproduce the issue.

It would be very helpful, thank you.

KennyAtCodin commented 1 year ago

@PaulBratslavsky: I was using 4.9.2. The version that I cloned, the starter. Manually updated to 4.10.5, then the import went through, but all the media files were missing in the demo content. Therefore the frontend didn't work.

PaulBratslavsky commented 1 year ago

@KennyAtCodin here is a video I made today going through the dafa seeding process to try to replicate the issue. I was able to successfully seed the images.

https://github.com/strapi/nextjs-corporate-starter/assets/6153188/568246f0-b03d-4caa-8601-a33c66ced967

You can try pulling the current code and take the seed file and replace it the one you have and see if it will work.

Otherwise try to do a fresh install. Let me know if that fixes things for you.

KennyAtCodin commented 1 year ago

Still no images, maybe it has something to do with windows... will try it on wsl later

PaulBratslavsky commented 1 year ago

Still no images, maybe it has something to do with windows... will try it on wsl later

@KennyAtCodin Thank you, let me know if that works for you. I will also test on windows and see if I can reproduce the issue.

KennyAtCodin commented 1 year ago

@PaulBratslavsky: in wsl (ubuntu 22.04) it works. I think it's something windows specific.

KennyAtCodin commented 1 year ago

Tested again on Windows. Works as well.