Prototypr / strapi-import-export

Import/Export data from and to your database for Strapi 5
https://www.npmjs.com/package/strapi-import-export
7 stars 0 forks source link

Export of components doesn't seem to work #1

Open s-com-borchardtj opened 4 weeks ago

s-com-borchardtj commented 4 weeks ago

🐛 Bug Report

The export for collection types seems to work fine with relations to other collection types but not for components.

Bildschirmfoto 2024-10-28 um 17 52 46 Bildschirmfoto 2024-10-28 um 17 52 56 Bildschirmfoto 2024-10-28 um 17 52 35

Maybe it's because strapi 5 uses documentId instead of id for reference or this breaking change https://docs.strapi.io/dev-docs/migration/v4-to-v5/breaking-changes/no-shared-population-strategy-components-dynamic-zones ?

GraemeFulton commented 3 weeks ago

Thanks for that, do you know if this was the same behaviour on the previous v4 plugin?

Good point on the document id vs id. Not sure when I'll get chance to look at this

s-com-borchardtj commented 3 weeks ago

Thanks for your response! In another strapi 4 project the plugin worked just fine as far as I remember.