-
I am using the following line to set the users color mode preference:
`this.$nuxt.$colorMode.preference = this.checked ? "dark" : "light";`
As I understand it this should set the default pr…
-
Hello, I would like to make my auth sync across multiple subdomains domain.com -> a.domain.com
Similarly to
https://github.com/orgs/supabase/discussions/5742
Is there a convenient way to handle this…
CptJJ updated
6 months ago
-
After a successful login, the next API request fails with a 401 Unauthorized error, with a message of "Invalid cookie"
```
{"statusCode":401,"error":"Unauthorized","message":"Invalid cookie","data":…
-
### Describe the feature
Some frameworks (such as Laravel) have a "cookie" option as a storage driver. It consists of a cookie that contains an encrypted json with all the session data. This is ver…
-
### Environment
OS: Windows-WSL2-Ubuntu 22.04
Node: 14.17 Docker Image: FROM mcr.microsoft.com/devcontainers/javascript-node:14
Project Version: V1.5.0 https://github.com/vuestorefront-community/…
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v18.16.0
- Nuxt Version: 3.4.3
- Nitro Version: 2.4.0
- Package Manager: npm@9.5.1
- Buil…
-
**Describe the bug**
When using babel in conjunction with nuxt typescript I run into an issue using @nuxt/babel-preset-env, which contains @babel/plugin-transform-parameters. Default parameters shoul…
-
- [ ] Position can be fixed to reduce CLS (#21)
- [ ] We can show it earlier to reduce LCP (#45)
Some other ideas (to be implemented if we go by module approach):
- Respcting do-not-track
- Lazy…
-
### Version
module: 5.0.0-1648802546.c9880dc
nuxt: 2.15.8
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [x] universal
### Nuxt configuration
```j…
-
I get an error when I add this code in nuxt.config.js:
```
postcss: CKEditorStyles.getPostCssConfig({
themeImporter: {
themePath: require.resolve('@ckeditor/ckeditor5-theme-lark')…