- π¨π¦Canada blanca.esqueda
From https://www.drupal.org/project/content_sync/issues/3300100: β
The import of user failed on my live site due to field validation. Could you write the name of the field which failed to validate in the error log?
Content Sync import fails when two entities are dependent on one another (for example, an image file set as a user's photo who is also the author of the image file), because neither exists in the target system yet.
Login as a user, and upload a new file for the user picture.
Export the site content to the content sync directory.
On the new site, try to import the site content.
The import will fail with this message: No "file" entity found with UUID "<uuid>" for field "0".
This happens because the user has a reference to a file in the "user_picture" field, while that file depends on the user because it is the author. If you manually remove the "user_picture" from the user's YAML file, both entities are imported successfully.
Active
4.0
Logs
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
From
https://www.drupal.org/project/content_sync/issues/3300100: β
The import of user failed on my live site due to field validation. Could you write the name of the field which failed to validate in the error log?