Umbraco 16 Media not showing

After upgrading to umbraco 16 the media folder is acting up. When opening it it just shows the pagination bar, even though the sidebar is filled with items. These items can be opened and found. When searching the same thing occurs, results are found but not displayed.

I cannot find anything in the logs/console and the network tab shows /umbraco/management/api/v1/collection/media?id=&dataTypeId=&orderBy=updateDate&orderDirection=Descending&skip=0&take=100 returning results. The main div in the inspector seems empty.

I’m running 6.1.1, does anyone have any ideas where the issue may lie?

Rebuild the database and memory cache? Rebuild indexes? What does that do? Where are the images located? Is this local or in a hosted environment?

It looks like the collection views did not migrate (correctly) over. Check that the default list view for media is set up correctly, like so:

Notice that the two layout aliases need to have the correct values, especially the grid view with ”Umb.CollectionView.Media.Grid”.

1 Like

Now that you mention it, I’ve had this issue as well. Maybe it’s a bug.