-
### Environment
```json
{
"dependencies": {
"@pinia/nuxt": "^0.4.6",
"axios": "^0.21.1",
"js-cookie": "^3.0.1",
"mathjs": "^11.3.3",
"pinia-plugin-persist": "1.0.0",
…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v20.14.0
- Nuxt Version: 3.12.4
- CLI Version: 3.12.0
- Nitro Version: 2.9.7
- Package M…
-
### [REQUIRED] Environment info
**firebase-tools:**
firebase --version
13.16.0
**Platform:**
uname -a
Darwin MYHOSTNAME.localdomain 23.6.0 Darwin Kernel Version 23.6.0: M…
-
### Describe the problem
The +error.svelte page currently does not receive server-side data from +layout.server.ts when ssr is false. This limitation affects the continuity of the user experience, …
-
### Environment
- Operating System: Darwin
- Node Version: v20.11.0
- Nuxt Version: 3.11.2
- CLI Version: 3.11.1
- Nitro Version: 2.9.6
- Package Manager: npm@10.2.4
- Builder:…
-
Reported by Clients, to make isomorphic JS app, it needs to be in Cookies. (Plus briefly search online, it seems Cookies is the recommend way?)
Either we make cookies default (if it make sense) or…
-
### Describe the bug
When using sveltekit on the same host as an external api, fetching like this in load functions works -
(using sveltekit's fetch)
`fetch('/products/...')`
that is, when in sv…
-
Currently the RBAC works by wrapping the EventHandlers inside another one that checks for roles. This does work, but is probably not the best solution. One reason being `useFetch` doesn't pass the cli…
-
-
tried installing into a nuxt3 project got this warning
```
[warn] [nuxt] You are using a plugin with legacy Nuxt 2 format (context, inject) which is likely to be broken. In the future they will be i…