System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
I am encountering a perplexing problem related to Strapi’s Media Library and Role-Based Access Control (RBAC). In my current project, as well as in a newly created one, users assigned the role of “Author” are unable to access the Media Library. The default behavior for the “Author” role should allow access to the Media Library and the ability to upload their own content. Additionally, the “Author” role should only permit visibility of their personally uploaded media.
Regrettably, despite setting up the “Author” role as intended, the expected functionality is not being observed. Instead, when users with the “Author” role attempt to access the Media Library, they are presented with a permission error message, indicating that they lack the necessary permissions.
To provide some context, I have thoroughly reviewed the Role-Based Access Control settings within Strapi and verified that the “Author” role has the appropriate permissions for accessing and managing media in the Media Library. Nevertheless, this does not seem to resolve the issue.
I have sought potential solutions by exploring relevant documentation, forums, and community resources, but to no avail. I would be immensely grateful if anyone could offer insights, suggestions, or possible solutions to rectify this challenge.