- πΊπ¦Ukraine HitchShock Ukraine
Hi @stephenplatz
Your case is possible only when the default content language can be diff from a site's default language.
For example:
- the site's default language is 'en'
- you generated configs with a default language 'en'
- the content's default language is 'fr' and it doesn't contain 'en' translation
- in this case a media with a default langcode 'fr' should be created but it won't be cuz you don't have specified migration configs for that.To solve such an issue you need to have configs that will migrate 'fr' content as a default language (not as translation) and config for 'en' language as a translation.
But also, the better solution that can fix the issue is to migrate all possible files on the first step (without language filter).
We provided such a solution for that in another ticket https://www.drupal.org/project/migrate_file_to_media/issues/3321588#comm... β¨ Allow to avoid translation filtering Fixed