0

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

1 Answers1

0

The issue must be a conflict between http and https. Try changing the url of the file you are trying to embed to be https. Checkout this solution Failed to execute 'postMessage' on 'DOMWindow': https://www.youtube.com !== http://localhost:9000

Stevemats
  • 68
  • 7