Player.twitch.tv refused to connect. Why?

Hello everyone.

  return (
<div className="container">
  {
    Object.keys(vod).length > 0 ?
      <PlayerSection>
        <VideoPlayer>
          <iframe
          src={`https://player.twitch.tv/?video=v${vod.id}&parent=mywebsite.se`}
            height="100%"
            width="100%"
            allowFullScreen={true}>
          </iframe>
        </VideoPlayer>
        <div className="mt-2 mb-2">
          <h4>{vod.title}</h4>

Notice i had my own domain and have SSL. But still getting the message " player.twitch.tv refused to connect."

Thanks.

As per The great big "I'm using WIX/SomeWebsiteMaking Tool and I don't know how to fix my embed" thread

Please post a link to the website that the broken embed is on.

i have try everything

Please post the URL to the page with the broken embed!