Closed anita-chouhan closed 7 months ago
Hmmm, it seems strange that the embed115
ID was there as an attribute, that shouldn't have been possible. But, I can certainly add handling for that.
Fixed for the next release. To get this early, run composer require verbb/vizy:"dev-craft-4 as 2.1.17"
.
@engram-design Thank you for providing the fix. The entries are loading fine now after updating the plugin.
Describe the bug
We recently upgraded our Craft CMS version to 4.7.2 from 3.8.17. We are using a vizy field in the project and found that some of the entries having an image inside the rich text are failing to render. The error is showing as:
Steps to reproduce
Craft CMS version
4.7.2
Plugin version
2.1.17
Multi-site?
No
Additional context
We observed that the issue is resolved if:
We compared the database output of both the working and non-working versions of the entries and found that the non-working version has an
Id
parameter inside theattrs
array which is absent in the working version of the entry.Working Version
Non-working Version