Hello,
I've just started using Directus and it looks ok right now ! But I am having problems with something rather simple. I want to create a "Layout" singleton collection, in which I plan to manage the content of my website's menu, footer, etc.
When creating the singleton collection, if I had only "simple" inputs like text etc, it seems to work. As soon as I add my "menu" relationship as a treeview, so that I can add different nestable link and use that for my menu, the page turns into a "Page not found" page. It's actually doing that because of an SQlite error : "SQLITE_ERROR: no such column: layout.menu". How can I fix that ? Thanks !
Version used is the the latest one, 10.4.3, through docker-compose