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
Hundreds of errors about third party cookies in chrome console.
"Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox."
This is causing huge memory allocation and overflow after couple of minutes and chrome tab is crashing.
Expected Behavior
No errors, smooth experience.
Steps to Reproduce
Use normal youtube url like "https://youtube.com/watch?v=" <ReactPlayer url="https://youtube.com/watch?v=" controls autoPlay={0} />
Even your js fiddle with youtube link plugged in is doing this
and its growing
Managed to reduce it to only a couple errors by using 'https://www.youtube-nocookie.com/watch?v=' but still don't know how to fix it permanently.
Update 30.07.2024
After further testing, there are less errors using nocookie url, but still somehow after some time sitting on a page with player, chrome tab goes "Out of memory"
The text was updated successfully, but these errors were encountered:
Current Behavior
Hundreds of errors about third party cookies in chrome console.
"Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox."
This is causing huge memory allocation and overflow after couple of minutes and chrome tab is crashing.
Expected Behavior
No errors, smooth experience.
Steps to Reproduce
<ReactPlayer url="https://youtube.com/watch?v=" controls autoPlay={0} />
Environment
Other Information
Even your js fiddle with youtube link plugged in is doing this
and its growing
Managed to reduce it to only a couple errors by using 'https://www.youtube-nocookie.com/watch?v=' but still don't know how to fix it permanently.
Update 30.07.2024
After further testing, there are less errors using nocookie url, but still somehow after some time sitting on a page with player, chrome tab goes "Out of memory"
The text was updated successfully, but these errors were encountered: