When setting the domain for the cookie with the option domain: '.quick.local', it doesn't work.
Describe the bug
When I use domain: '.quick.local' to store cookies for subdomains, the cookie is only stored on the main domain quick.local. Subdomains like test.quick.local and admin.quick.localdo not work.
Environment
Build Modules: -
Nuxt Config
Reproduction
When setting the domain for the cookie with the option
domain: '.quick.local',
it doesn't work.Describe the bug
When I use
domain: '.quick.local'
to store cookies for subdomains, the cookie is only stored on the main domainquick.local
. Subdomains liketest.quick.local
andadmin.quick.local
do not work.cookie info in main domain
cookie info in sub domain
Additional context
No response
Logs
No response