admin管理员组文章数量:1332873
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.
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
I want to know why I am not able to create any collection? Please help
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.
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
I want to know why I am not able to create any collection? Please help
Share edited May 10, 2022 at 11:52 MagnusEffect asked May 10, 2022 at 11:47 MagnusEffectMagnusEffect 3,9253 gold badges27 silver badges61 bronze badges4 Answers
Reset to default 7I have faced the same issue. Use yarn develop instead of npm start. In my case this solved the issue. Thanks
If you are running the "start" script so you cannot do it whit this. Please run it with the "npm run develop" mand or you can use yarn as well instead of npm.
User
collection cannot be edited by default. You only can to add new fields.
For the other problems, remove the folder 'node_modules
', after run npm install
, in CLI, in root directory, and then npm run develop
.
I've got the same issue with Strapi. This is due to your brower. Try again with Chrome it will work.
本文标签: javascriptNot able to create a new collectiontype in Strapi DashboardStack Overflow
版权声明:本文标题:javascript - Not able to create a new collection-type in Strapi Dashboard - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742294776a2448503.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论