Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

I’m using Next.js 16.0.1 and loading images from a Directus /assets/<id> endpoint. The Directus asset URL works fine in the browser: https://<directus-domain>/assets/<id> But when ...
Ronak Koladiya's user avatar
0 votes
0 answers
91 views

I'm using Directus 11.7.2 and trying to run the simple layout extension from the documentation https://docs.directus.io/guides/extensions/layouts-getting-started.html index.js: import { toRefs } from '...
June's user avatar
  • 61
1 vote
0 answers
97 views

I’m working on a Directus flow where I’m using a Run Script operation to add a modifiedPayload object to the data object. The modifiedPayload is successfully created and logged in the Run Script, but ...
shahabas ap's user avatar
1 vote
1 answer
189 views

Nuxt Noob here. I want to create a Site that uses Directus as backend. I followed tutorials about fetching data in Nuxt and using the Directus SDK. On initial page load, everything seems fine and data ...
Ludwig Loth's user avatar
1 vote
0 answers
57 views

I'm trying to integrate LinkedIn OAuth with Directus, but I keep running into an issue when the authentication callback happens. Does Directus Support LinkedIn OAuth? From what I've found, Directus ...
Viraj faldu's user avatar
1 vote
0 answers
55 views

Some existing extensions use the $t:-placeholders for field properties like name, description, text (see defineInterface → options). When I import / activate my extension in the data studio, with the ...
lexeme's user avatar
  • 2,993
1 vote
1 answer
813 views

How do I use deep in nested relations? deep: { translations: { _filter: { languages_code: 'nl-NL' } }, variants: { _filter: { translations: { languages_code: 'nl-NL' } } }, // This does not ...
Red's user avatar
  • 7,463
-2 votes
1 answer
476 views

I have this "Read Data" in Directus Flows. I want to get result from this field: product_carts.products_cart_id. I know how to execute it from postman with /product_carts.products_cart_id. ...
bandungeuy's user avatar
1 vote
1 answer
590 views

I'm stuck at determine variables on directus flows. I know there is {{$trigger.payload.field}} and it works. But I need read data from other collection so called it tablex. So I use operation "...
bandungeuy's user avatar
2 votes
1 answer
60 views

I'm new to Directus. How do I add a loop for all items of a collection here? // Define a function 'e' var e = (router) => { // Create a GET route for the URL "/" router.get("...
winnewoerp's user avatar
1 vote
0 answers
477 views

I have searched, and searched, and searched... for an answer to this problem. I just can't figure out the solution. The problem I'm having concerns a project with Nuxt 3 as frontend, and Directus (CMS)...
Fexell's user avatar
  • 53
2 votes
1 answer
822 views

I'm new to directus, but after watching youtube about directus, I think directus what i need to support my backend development. I already setup selfhost, succeed login with my admin auth. Now, I want ...
bandungeuy's user avatar
1 vote
1 answer
196 views

I created an API endpoint using Directus to store some data. https://comfy-store.directus.app/items/products I verified this endpoint was working using POSTMAN. I then created a React app using Vite ...
paul allen's user avatar
1 vote
0 answers
306 views

I am using the new SDK to authenticate against directus within a svelte app. I am trying to use the composable client. For both login and logout, I set up the directus instance within a help function, ...
John's user avatar
  • 1,813
1 vote
1 answer
1k views

I'm having trouble learning Directus SDK - loosely following: https://docs.directus.io/blog/building-a-personal-travel-journal-with-vue-js-and-directus.html#creating-a-journal-and-users-collection ...
Adam's user avatar
  • 73
3 votes
0 answers
483 views

Getting this error: "import.meta" is not available in the configured target environment ("es2017") and will be empty [empty-import-meta] I have developed extension in directus ...
Joy Dimitris's user avatar
1 vote
0 answers
316 views

I have uploaded my directus code into the ssh server. But none of my APIs endpoint whether POST or GET is working, all returning 404 errors. However I can see all content, all items, can login etc. I ...
Joy Dimitris's user avatar
0 votes
1 answer
158 views

I can't connect my directus project with mysql server. Getting connection refused error. However when I'm running this command, I'm able to connect: mysql -u root -p -h localhost -P 3306 My docker-...
Jack Hickson's user avatar
2 votes
1 answer
563 views

I'm trying to setup Directus correctly and having issues with the database file and uploads folder. I can't write to both of them. The setup is pretty straight forward, fresh installed server, Docker ...
user1607016's user avatar
1 vote
1 answer
211 views

I have an navigation structure in Directus.io which consists of two collections. navigations id title navigation_items (One-to-many) navigation_items id title navigation (Many-to-one) parent (Many-...
Martin at Mennt's user avatar
1 vote
0 answers
126 views

I´m using the static Token for authenticated Queries. With logging in i want to save the Static Token within the session, but I can´t find a way to decrypt the Token. I´m saving the Token in the ...
n1k1dk's user avatar
  • 97
1 vote
0 answers
219 views

The flow i created to update in this case 2 records returns error. It does not make any sense because apparently all is correct . Any help?
ramstein's user avatar
  • 398
1 vote
0 answers
153 views

I have a form in Directus to reserve a company car. The user has to enter Start date ( called Inicio) and End Date (called Fim) The form must grant that End Date(Fim) is greater than Start Date(Inicio)...
ramstein's user avatar
  • 398
1 vote
1 answer
203 views

I have an endpoint that is publicly available (accessed by a webpage). Now, I would like to be able to update a certain field of the requested item without having to give the public user overall "...
Lukas's user avatar
  • 523
1 vote
0 answers
110 views

When I want to create and update a record of [customization], [identifier]=[model_name]+[customization_version]+[fw_version]+[hw_version], how should I do it? The required input is a json, so I am not ...
rraion's user avatar
  • 11

1
2 3 4 5
8