-
I have use case where I need multiple routes protected with different passwords.
I could imagine something like this in nuxt.config.js:
```
module.exports = {
modules: ['nuxt-password-protec…
phivk updated
2 years ago
-
### Version
module:
nuxt:
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [x] universal
- [ ] spa
### Nuxt configuration
#### What is expected?
W…
-
Hello,
I'm trying to change the auth strategy of my Nuxt (2.14.11) app from `local` to `cookie` and I'm getting this error :
```
TypeError: _schemes_index_js__WEBPACK_IMPORTED_MODULE_7___default…
-
Just updated from nuxt-build-optimisation to nuxt-webpack-optimisations, followed the migration guide, uninstalled the old one, installed the new version, remove node_modules/.cache, copy the suggeste…
-
### Version
module:
nuxt:
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [x] universal
- [ ] spa
### Nuxt configuration
```
router: {
trail…
-
### Version
module: 5.0.0-1648802546.c9880dc
nuxt: 2.14.5
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [X ] universal
### Nuxt configuration
…
-
### Versions
nuxt-vite: v0.2.4
nuxt: v2.15.7
packges.json
```
{
"name": "frontstore",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nu…
-
Hey there,
im trying to do a request via a proxy with SSR, the normal `$fetch` from nuxt is working:
```ts
const {
csrf
} = useCsrf()
// not working (error from title)
await $csrfFetch(`/ap…
-
Current version of `vue-cookie-law` plugin doesn't seem to work with Nuxt due to https://github.com/apertureless/vue-cookie-law/issues/67
-
[nuxt] error caught during app initialization H3Error: Page not found: /api/get-random-users …