Open
Description
Hello Team,
In Strapi v4.25.1 the "Media" tab shown on the example documentation is not working here, it displays a full white screen.

In strapi-server.js :
example_media: {
type: 'media',
allowedTypes: ['images'],
multiple: false,
}
In plugins.js :
media: [
{
input: {
label: 'Media',
name: 'example_media',
type: 'media',
},
},
]
Yarn : v1.22.22
strapi-plugin-menus : ^1.6.1,
Note : the relations fields seems to be unusable too.
Metadata
Metadata
Assignees
Labels
No labels