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.
Environment
Linux
v18.13.0
3.2.3
2.2.3
yarn@1.22.19
vite
ssr
,runtimeConfig
,build
,modules
,apollo
,app
,imports
@nuxtjs/apollo@5.0.0-alpha.5
,@nuxtjs/tailwindcss@6.4.1
,nuxt-headlessui@1.1.1
,nuxt-icon@0.2.11
,@pinia/nuxt@0.4.7
Build Modules:
-
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