Anyone know what’s going on here? See the difference between Table view and Card view?
David_O
1
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Items disappear from content view when using table view | 1 | 19 | February 19, 2026 | |
| How to modify Cards layout to display long text and multiple fields? | 1 | 249 | November 2, 2025 | |
| Tree View Table - Layout option missing / not present? | 4 | 176 | February 25, 2026 | |
| Clarification on M2A Relation Display | 3 | 168 | May 6, 2025 | |
| How to display multiline text in kanban layout? | 1 | 20 | February 11, 2026 |


Hi David, Do you see any issues in the Chrome developer tools console?
– alexv-directusNot seeing this on my side - what version of Directus, Browser, etc for the situation?
– jonathanwagnerI was on 11.16.x and i’ve just today updated to 11.17. I’m using Chrome on Ubuntu and seeing the same in normal and incognito mode. I’ve narrowed down the issue by comparing to other projects where I’m not seeing this: In this case my user role has read permissions on directus files and folders. That’s the only difference.
– David_OIn the console I can see errors:{"errors":[{"message":"You don't have permission to access field \"uploaded_on\" in collection \"directus_files\" or it does not exist. Queried in root.","extensions":{"reason":"You don't have permission to access field \"uploaded_on\" in collection \"directus_files\" or it does not exist. Queried in root.","code":"FORBIDDEN"}}]}There is no “uploaded_on“ field though..?
– David_ODo you have custom permissions set on the READ? If so, there is a directus_files.uploaded_on field and seems like it is required for the layout view. Check and ensure the permissions allow this.
– jonathanwagner