-
Hi !
Thanks again for your work !
I noticed that as soon as I try to access a page that doesn't exists, the cookie get destroyed and therefor the user get disconnected.
Log in -> Cookie inser…
-
Hi!
Is it possible to use [runtimeConfig](https://nuxt.com/docs/guide/going-further/runtime-config) with this plugin? At the moment the config values for this (wonderful) module are not using runti…
-
### Describe the Bug
When attempting to use the newest version of the @directus/sdk it is showing the error message on my website:
Missing "./graphql" export in "@directus/sdk" package
I'm usin…
-
### Describe the Bug
Hello,
im trying to migrate my directus installation from one server to another. But everytime im trying to access my api with my Nuxt3 App from the new server I get a CORS erro…
-
### Preflight Checklist
- [X] I have completed all [Troubleshooting Steps](https://docs.directus.io/getting-started/support/#troubleshooting-steps).
- [X] I'm on [the latest version of Directus](http…
-
the library wont let me retrieve my folders from directus.
see my code:
```
const { getItems } = useDirectusItems();
export const useBlockStore = defineStore("blocks", {
state: () => ({…
-
### Describe the Bug
I am using Digital Ocean App Platform with docker hub image
trying to have Directus on '/admin'
and my Nuxt app on '/'
I tried some different configs but Directus only w…
-
Hi guys,
I am working on the AgencyOS portal area.
Now I and what to add some logic to some modals and pages, based on the logged-in user (role).
I know I can get the logged-in user with the func…
-
### Page
https://docs.directus.io/guides/headless-cms/build-static-website/nuxt-3.html
### Describe the Inaccuracy
The code says :
```
const {$directus} = useNuxtApp()
console.log($direc…
-
In src/runtime/plugins/rest.ts, import { useDirectusSession } from '#imports' raises an error when auth.enabled is false because useDirectusSession is not auto imported anymore.