Issue with collection type creation

System Information
  • Strapi Version: 3.2.5
  • Operating System:
  • Database: sqLite
  • Node Version: 12.14.1
  • NPM Version: 6.14.8
  • Yarn Version:

Hello,
I am testing Strapi and i love it, but i experience an issue with “collection type creation”. Even if i am the super Admin when i try to create and save a collection => error message.
The fix for now : going to the Roles & permissions and set all the rights for the collection.
Then go back to the collection to do a minor modification and save : success message.

Try to create a new one and that’s the same story.

I am pretty sure that it’s not the correct behaviour for this feature so i am maybe missing something.

Any idea on how to fix it?

No, that’s not the expected behavior.

Let’s try to understand why this happens by responding to a few questions:

  • Is that a clean, recently created project? Or you migrated from an older version?
  • Have you modified something using /extensions or /admin folders?
  • Is the project on your localhost or deployed somewhere?
  • Have you modified something in RBAC?
  • Can you also share what error do you see in logs?
  • Production or development mode?

It was a github cloned project from a tutorial mabe something goes wrong with the dependencies updating. I have just tried with a fresh quickstart version and the feature works perfectly. Thanks !

2 Likes