video causes "Blocked attempt to create a WebMediaPlayer"
Unanswered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
What can cause this issue? The video that causes it is in hero section which is a part of RSC (page.tsx)
<video
autoPlay
className="absolute inset-0 z-0 size-full object-cover xl:static xl:w-1/2"
loop
muted
playsInline
poster={poster}
>
<source src={video} type="video/mp4" />
Video is not supported.
</video>