on the middleware i use res.setHeader('Set-Cookie', 'token=abc' , { path: '/' });
token :abc is work but the path set not work. and can not clear the cookie key token sometime have two cookie which have the same key "token" and have the deff path name. OMG .
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c860">#c860</a>)</em></sub></div>