-
### Version
nuxt: 3.4.0
nuxt-directus: 5.1.1
### What’s happening
The usual directus config now issues a warning:
`[runtimeConfig] You are trying to access a public runtime config value (direct…
-
Any documentation/recommendations on deployment? Looking into this and was wondering about how best to get a working version off my local machine and online.
-
I've been trying to setup some automatic token refresh using middleware. If I log the user out and then open the page in a new tab, the middleware will call `refreshTokens()` and fail with `401 Unauth…
-
### Version
nuxt-directus 5.1.3
nuxt: 3.4.2
### Steps to reproduce
1. make some kind of login page that calls login from useDirectusAuth
2. enable OTP on your account
3. Try to login with …
-
Hello i see how to pull images with the fileId here: https://nuxt-directus.netlify.app/usage/useDirectusFiles
But on a dynamic page how to pull the images without having to specify the individu…
-
### Version
nuxt-directus : 5.0.1
nuxt : 3.2.3
### Steps to reproduce
Simply :
```html
```
```ts
const fileId = "b40911b1-e4e0-4fc0-a080-21b85ed921ff";
const { getFiles, getTh…
-
### Version
nuxt-directus 5.1.1
nuxt: 3.3.2
### Reproduction Link
### Steps to reproduce
Both my Nuxt frontend and Directus backend are running via docker-compose.
```vue
const {l…
-
### Describe the feature
Only home is a different layout, all the internals of the site are the same, so I would like to use: for initial, but in the internals I would like to use the default layout…
-
The same of, but with newer version:
Error something on nuxt 3.1.0 - ERROR(vue-tsc) Property 'nuxtIcon' does not exist on type 'AppConfig'. #46
![Captura de tela de 2023-02-06 16-21-23](https://…
-
### Version
nuxt-directus: 5.1.1
nuxt: 3.3.2
### Reproduction Link
### Steps to reproduce
Assuming SSR is enabled
1. Create an auth middleware
```typescript
// /middleware/auth.ts
exp…