appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

Failed to execute 'postMessage' on 'DOMWindow': The target origin provided (<URL>) does not match the recipient window's origin <URL>. #28

Closed marcomiduri closed 2 years ago

marcomiduri commented 4 years ago

Hi,

www-widgetapi.js:148 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('https://www.leadershipneverstops.org').

I am getting this error if I open the video modal on the real website. But it works fine on the localhost. Do you have any idea?

<ModalVideo channel='youtube' isOpen={modalOpen} videoId='U5gf51-wG18' onClose={toggleModal}/> Thanks