-
I am having trouble keeping $strapi.user persistent. I can login fine and cookies and local storage is also set, but upon a page request the user gets logged out straight away.
Is this expected be…
-
Hello,
When I try to make get request in postman to _localhost:8080/api/sanctum/csrf-cookie_ I'm always getting 404 not found, however, if I change the port to 8081 and remove/api bit it works and gi…
-
### Environment
------------------------------
- Operating System: `Darwin`
- Node Version: `v16.20.0`
- Nuxt Version: `2.16.0-27717142.54e852f`
- Nitro Version: `0.4.24`
- Package …
-
### Environment
_No response_
### Reproduction
_No response_
### Describe the bug
I have written the authentication process as per the example.
Everything works well. But the session …
-
# Migration of OpnForm from Vue.js SPA to Nuxt with Universal Rendering
### Summary
We're looking for contributions to migrate our Vue.js Single Page Application (SPA) for OpnForm ([OpnForm Reposi…
-
### Environment
- Operating System: Darwin
- Node Version: v20.10.0
- Nuxt Version: 3.8.2
- CLI Version: 3.10.0
- Nitro Version: 2.8.0
- Package Manager: npm@10.2.3
- Builder: …
-
**漏洞名称**
bbs-go 存储式跨站脚本漏洞
**受影响实体版本号**
bbs-go
-
### [REQUIRED] Describe your environment
* Firebase 9.6.2
* npm version 14.21.2
### [REQUIRED] Describe the problem
#### Steps to reproduce:
I am trying to log `purchase` even…
-
### Describe the feature
Hey, I'm trying to use this package with nuxt3 but it feels like it doesn't work whenever I'm trying to do this
// nuxt.config.js
```
modules: [
'@dargmuesli/nuxt-c…
-
### Environment
nuxt 3.8.1
### Reproduction
const token = useCookie("token");
token.value = res.result.token;
console.log(token.value);
### Describe the bug
3.8.1 useCookie The …