Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
175 stars 86 forks source link

[BUG] Importing and exporting images fails because of different images ids #152

Closed mohammed-sabra closed 9 months ago

mohammed-sabra commented 10 months ago

For importing/exporting media the strategy as is followoing

the media must have an id, hash, name or url property. First the media is searched by id, then by hash, then by name and finally imported from url if not found previously.

I want the search to be with url first not by id

How I can do it?

Baboo7 commented 9 months ago

@mohammed-sabra checkout verson 1.22.1 where media import is much more stable