spicywebau / craft-embedded-assets

Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets in Craft CMS
MIT License
171 stars 34 forks source link

Can't embed youtube/vimeo videos now #238

Closed johnwbaxter closed 11 months ago

johnwbaxter commented 11 months ago

Bug Description

Try to embed any video and hit "Save" and it doesn't save and you get a js error in the console too.

Uncaught TypeError: e.sourcePath[(e.sourcePath.length - 1)] is undefined

Steps to reproduce

  1. Run Craft 3.8.12 and Embedded Assets 2.11.4
  2. Embed any YouTube/Vimeo video and press save
  3. See error in console

Expected behaviour

It should save the video!

Embedded Assets version

2.11.4

Craft CMS version

3.8.12

johnwbaxter commented 11 months ago

Update CraftCMS to v 3.8.15 fixes this!

johnwbaxter commented 11 months ago

Ta!