Card Layout not showing images

Anyone know what’s going on here? See the difference between Table view and Card view?

Hi David, Do you see any issues in the Chrome developer tools console?

Not seeing this on my side - what version of Directus, Browser, etc for the situation?

I 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.

In 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..?

Do 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.