Closed redcodemohammed closed 1 year ago
When using this module and when the Nuxt app runs inside Electron nuxt cookies doesn't work, it doesn't store the data passed to it in a cookie.
https://www.electronjs.org/docs/latest/api/cookies
You can see the Electron's docs, which gives boilerplate code snippets on how to use cookies.
cookies
When using this module and when the Nuxt app runs inside Electron nuxt cookies doesn't work, it doesn't store the data passed to it in a cookie.