You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading a Vimeo MP4 video URL using the Embedded Assets plugin, the generated JSON contains an incorrect URL in the "url" field. The plugin is replacing the original Vimeo player URL with a temporary download URL from vimeocdn.com, which can expire and break the video embedding.
Steps to reproduce
Install and configure the Embedded Assets plugin in Craft CMS
Attempt to embed a Vimeo MP4 URL in the following format:
Check the generated JSON file for the embedded asset
Expected behaviour
The "url" field in the generated JSON should maintain the original Vimeo player URL that was input, matching the URL used in the "title" and "code" fields of the JSON.
Bug Description
When uploading a Vimeo MP4 video URL using the Embedded Assets plugin, the generated JSON contains an incorrect URL in the "url" field. The plugin is replacing the original Vimeo player URL with a temporary download URL from vimeocdn.com, which can expire and break the video embedding.
Steps to reproduce
Expected behaviour
The "url" field in the generated JSON should maintain the original Vimeo player URL that was input, matching the URL used in the "title" and "code" fields of the JSON.
JSON Comparison:
Embedded Assets version
4.2.0 (also newer 5 versions)
Craft CMS version
4.13.1.1 (also newer 5 versions)
The text was updated successfully, but these errors were encountered: