System Information
- Strapi Version: 3.5.8 (originally 3.5.6)
- Operating System:
- Database: MySql
- Node Version:
- NPM Version:
- Yarn Version:
Hello I am currently having an issue where newly created collection types are no longer having their permissions added under the default roles. I am on the community edition so I know I am not able to modify per field of permissions on the default roles, but previously when I would create a new collection type the permissions would be added by default. Now only the super admin roles are receiving them, and since I am unable to modify the fields my Author and Editor users are unable to ever access any of the new content types. I originally started this project in 3.6.5 but am now on 3.6.8 so maybe that has something to do with it?
Here is an example, my mobile detail collection was created a while ago and by default the Author role was given certain permissions, but now with my newer collection type it has no permissions. I can click to add all of the permissions

that always just gives me an error when trying to save though

Any help would be extremely appreciated. I feel as though I am missing something, maybe a step that during collection type creation I missed?