Update Directus to 9.23.1
Full changelog
#17416 Make sort fields hidden by default (by @Nitwel)
#17199 Update locale name for zh-TW (by @azrikahar)
#16773 Flows improvements (by @Nitwel)
#15269 Improve preview of relational columns in tabular layout (by @Nitwel)
So far, they've been working fine. Because, all that's required to be backed up in such cases is the app code. Of course, as the database is external, it is accepted that the backup system is external & independent to Cloudron.
Not an expert on the apps and I don't know if it's the main purpose. But they work just fine with fresh databases as well where you use it like a nocode/locode app.
Yes, pairing up with external databases is indeed, one of the primary features of these apps. And using a fresh database is just one of the features, and not always preferred.
You might want to state clearly and prominently, particularly in the cases of such apps, that external connections are not allowed/recommended.
@dev-cb I know you've already swapped, but wish I had seen this a few days ago.
I run a slightly older version of Directus locally, but at least in it...
(1) Repeaters can't reference collections. If you want to reference other collections, you have to create a relationship (like Many-to-Many). Which is not quite as convenient, but a bit more powerful.
(2) As far as I know, nope. For this, you have to manipulate it in Gatsby. I do my manipulation in Elder.JS.
@Jeyakumarrathnaselvi Not sure what the issue is. Is there anything in the logs? If you can give me step by step instructions on how to reproduce this (for a person who doesn't know Directus much), I can try to check if this is a packaging bug.
@girish Thanks Girish. It worked. but there is a challenge with directus is they don't have an option to copy the existing layout of directus and make a small change and create it as a new extension. it doesn't help. we should develop from scratch as per them 😞
@drewhasquestions I guess you placed the extension under /app/data/extensions/hooks ? If so, can you give me something to test with and also let me know how to test it?
@timconsidine ah so you’re working on auth. I haven’t done any auth stuff in there yet but I can give it a shot at some point here. As for that script, idk I haven’t used their SDK ever. My use case involved publicly readable data so I just make a basic get request to there using the axios library
@atrilahiji Not exactly the same use case but I am unable to authenticate with the (/auth/login) endpoint using Postman. Unfortunately the Directus docs and youtube channel are not very elaborate so I am hoping for any guidance here 😁
(Please pardon my ignorance - self taught "dev" here 😬)