- π¨π¦Canada mahde Vancouver
I am facing this issue again and getting this error when importing a node that has referenced media files:
The referenced media source is missing and needs to be re-embedded.I am using the latest version of Entity share module 8.x-3.0.
- πΊπΈUnited States pbabin
I am experiencing this issue with media (images) embedded in an event content type RTE body in CkEditor 5. We are in Drupal 10.2.4 w/ PHP 8.2 and using the 8.x-3.0 branch of the Entity Share suite of modules. I also have the "Embedded entity' configuration option turned on in my import entity config settings.
On the client side we end up with - The referenced media source is missing and needs to be re-embedded.
I have json api extras turned on to disable some items. As a test, I re-enabled all of the items I disabled and attempted the sync of the content type and the issue remains the same.
There are no errors in the log that appear.
I added xdebug breaks on the functions doTransform() and doUndoTransform() in the EntityShareEmbeddedEntitiesEnhancer.php; however, when I run the pull on the client these function are not triggered. This is the only place I saw
.*data-entity-type="(.*)...
being used as referenced in this ticket.Is there anything that I might be overlooking what would cause the entity within the RTE instance not to be brought over correctly?
Thank you in advance.