2 or more instances of Directus query on one website with nuxt-directus … #95
Lord-KalEl
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
We have 2 different servers, each with a Directus account. Example news and events. On one website we want to make 2 queries, on both servers. We use nuxt 3 to build up the frontpage. We want to use the nuxt-directus plugin, to get the data from the 2 instances …
The website needs two querys:
The news
The events
Is it possible to do this with the nuxt-directus module???
If yes, how? (Where is the documentation?)
Of course there can be 2 different authorizations and so on …
Describe the solution you'd like
I would like to have an array of arguments, to make more nuxt-directus instances … or to make an array of urls to connect with … to get the data from there …
Describe alternatives you've considered
I don't have an alternate solution … Or to get the data from apollo … (but then, why using directus and not PostGreS directly???
Additional context
Not now …
Beta Was this translation helpful? Give feedback.
All reactions