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
cookie "apollo:default.token" does not have "SameSite" attribute with valid value. Soon, cookies without "SameSite" attribute or with invalid value will be treated as "Lax". It means that the cookie will no longer be sent in third-party contexts. If your application depends on the availability of this cookie in such contexts, add the "SameSite=None" attribute. Learn more about the "SameSite" attribute at https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
Expected behaviour
I expected the documentation to teach a way to put more attributes in the cookie.
Reproduction
No response
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Linux
v18.13.0
3.2.3
2.2.3
[email protected]
vite
ssr
,runtimeConfig
,build
,modules
,apollo
,app
,imports
@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,[email protected]
,[email protected]
,@pinia/[email protected]
-
Describe the bug
cookie "apollo:default.token" does not have "SameSite" attribute with valid value. Soon, cookies without "SameSite" attribute or with invalid value will be treated as "Lax". It means that the cookie will no longer be sent in third-party contexts. If your application depends on the availability of this cookie in such contexts, add the "SameSite=None" attribute. Learn more about the "SameSite" attribute at https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
Expected behaviour
I expected the documentation to teach a way to put more attributes in the cookie.
Reproduction
No response
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: