Can't create new role collection type

System Information
  • Strapi Version: v4.0.6
  • Operating System: window 10 pro
  • Database: PostgreSQL 14
  • Node Version: v14.17.2
  • NPM Version: 6.14.13
  • Yarn Version: 1.22.4

Hello everyone,
I can’t create new role collection type.
Role collection is just like student, teacher, school .etc.,
Plz give me any suggestions, if you have ideas.

@Mega_9 Role is a reserved name (already used in Strapi)

You can use another name for your collection.
Ex: UserLevel, AccessType, Permissions or some other.

Please keep in mind that your new collection will have nothing to do with the STRAPI User Rules functionality.

1 Like

Thank you for your contributing, I will use another collection name.