Samesite Attribute Cookie Error

I’m trying to embed Twitch within Vue, however I keep getting this error in the console everytime I attempt to load the embed script ‘https://embed.twitch.tv/embed/v1.js’ in Google Chrome:
A cookie associated with a cross-site resource at https://twitch.tv/ was set without the SameSite attribute. It has been blocked, as Chrome now only delivers cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.

That’s not something you can fix, nor is it something to worry about.

it doesn’t block the embed from working

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.