``` <Stream src="f1b81eb8999bbc98d1728a27062f58f7" customerCode="0smccmj8ipxkf2js" controls={false} muted={true} loop={true} autoplay={true} preload="auto" /> ``` This is generating this link: https://customer-0smccmj8ipxkf2js.cloudflarestream.com/f1b81eb8999bbc98d1728a27062f58f7?muted=true&preload=auto&loop=true&autoplay=true&controls=false It gives a 404, but the exact same link with /iframe works in the browser but not on the component: https://customer-0smccmj8ipxkf2js.cloudflarestream.com/f1b81eb8999bbc98d1728a27062f58f7/iframe?muted=true&preload=auto&loop=true&autoplay=true&controls=false Something is broken on this component?
This is generating this link:
https://customer-0smccmj8ipxkf2js.cloudflarestream.com/f1b81eb8999bbc98d1728a27062f58f7?muted=true&preload=auto&loop=true&autoplay=true&controls=false
It gives a 404, but the exact same link with /iframe works in the browser but not on the component:
https://customer-0smccmj8ipxkf2js.cloudflarestream.com/f1b81eb8999bbc98d1728a27062f58f7/iframe?muted=true&preload=auto&loop=true&autoplay=true&controls=false
Something is broken on this component?