Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to create a new collection-type in Strapi Dashboard

I had just created a STRAPI project using , find docs here

npx create-strapi-app@latest my-shop1

And then sign up to the admin portal. After signing up, I reached dashboard>>content-Type Builder . Then as soon as I click on create new collection type, the create collection modal is not showing up. Even clicking many times does not help me. Also, I checked whether my mode is development or not, but it is development which is correct.

err2

Also, I am unable to edit the default User collection. On Clicking User above I am getting this in the URL

http://localhost:1337/admin/plugins/content-type-builder/content-types/plugin::users-permissions.user

err3

I want to know why I am not able to create any collection? Please help

like image 935
Mohit Maroliya B17CS036 Avatar asked Oct 16 '25 00:10

Mohit Maroliya B17CS036


2 Answers

I have faced the same issue. Use yarn develop instead of npm start. In my case this solved the issue. Thanks

like image 128
Shakil- The Coding monster Avatar answered Oct 18 '25 17:10

Shakil- The Coding monster


If you are running the "start" script so you cannot do it whit this. Please run it with the "npm run develop" command or you can use yarn as well instead of npm.

like image 36
Muhammad Haseeb Ali Khan Avatar answered Oct 18 '25 16:10

Muhammad Haseeb Ali Khan