You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which Mux Elements/Packages does this apply to? Select all that apply
mux-video-react
Which browsers are you using?
Safari on iOS
Which operating systems are you using?
macOS
Description
I'm using @mux/mux-video-react version 0.8.3 in a NextJS app to display videos that autoplay and loop. I noticed when I was debugging the app in iOS Safari 17.3.1 that when I navigated away from a page with Mux videos playing, multiple errors were triggered in the console from Mux saying:
"Reached maximum amount of queued data of 64Kb for keepalive requests"
"Fetch API cannot load httos://inferred.litix.io/ due to access control checks."
This isn't a blocker or urgent request as the page isn't broken and you're able to navigate to the new page just fine, but also seemed to indicate that the component isn't unmounting gracefully.
On desktop, look at the console in the developer tools for that window
Current Behavior
Multiple errors are triggered in the console that say:
"Reached maximum amount of queued data of 64Kb for keepalive requests"
"Fetch API cannot load httos://inferred.litix.io/ due to access control checks."
Expected Behavior
No errors are logged
Errors
What version of the package are you using?
0.8.3
The text was updated successfully, but these errors were encountered:
Thanks for filing, @sabrichu! We'll have to look into this one, since it appears to be tied to some transition/edge cases in our underlying data analytics library. I'll let you know if we find anything or get a fix out! Also, appreciate the link for reproducing the issue! Was able to confirm on Safari dev tools + connected iOS device.
Is there an existing issue for this?
Which Mux Elements/Packages does this apply to? Select all that apply
mux-video-react
Which browsers are you using?
Safari on iOS
Which operating systems are you using?
macOS
Description
I'm using
@mux/mux-video-react
version0.8.3
in a NextJS app to display videos that autoplay and loop. I noticed when I was debugging the app in iOS Safari 17.3.1 that when I navigated away from a page with Mux videos playing, multiple errors were triggered in the console from Mux saying:"Reached maximum amount of queued data of 64Kb for keepalive requests"
"Fetch API cannot load httos://inferred.litix.io/ due to access control checks."
This isn't a blocker or urgent request as the page isn't broken and you're able to navigate to the new page just fine, but also seemed to indicate that the component isn't unmounting gracefully.
Reduced test case
https://yasly.com/work
Steps to reproduce
Current Behavior
Multiple errors are triggered in the console that say:
"Reached maximum amount of queued data of 64Kb for keepalive requests"
"Fetch API cannot load httos://inferred.litix.io/ due to access control checks."
Expected Behavior
No errors are logged
Errors
What version of the package are you using?
0.8.3
The text was updated successfully, but these errors were encountered: