Updating a Docker Directus instance to latest version does not work
On DigitalOcean, I host 4 instances of Directus (nowadays all v10.10.4). Whenever there is an update, the first thing that happens is: nothing works. Same thing now: I wanted to update to Directus 10.11.1 … and as to be expected the system breaks, the domain returns 502.
The docs say that certain npm commands have to be executed (for DB migration):
Directus: Flow to update more than one record returns error
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?
Directus: Read Data flow node to ignore the current record
I have a flow in Directus , in this flow i need to read data from database but the current record that triggered the flow must be ignored.
The query in the flow ,according to the image just ignores the key 32 .
How do i use the IDs field to ignore the current record.
the 32 was just manually inserted to test.
Directus : datetime validation forcing End Date to be greater than Start Date field
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)
According to the image just writting Inicio in the validation Formula does not work.
I get
“Unexpected Error”
[Internal Server Error]
How can I make changes to a collection in a custom endpoint that is called without proper permissions?
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 “write” permissions to that collection. I also do not want to do any authentication because it seems unnecessary. In a way it is not the public user who makes this change but rather “the system”.