添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
痴情的毛衣  ·  list分组合并成新的List ...·  11 月前    · 
豪爽的灯泡  ·  【联想 小新Air 15 ...·  1 年前    · 
睿智的打火机  ·  Getting Started | ...·  1 年前    · 
傲视众生的鞭炮  ·  Enforce unrestricted ...·  2 年前    · 

I know this is an old post, but I would still like to give a possible solution.

This error commonly occurs when you have deleted a content type, but either something went wrong when deleting the content type, or you manually tried to change something about the content type.
Because of these reasons, strapi is left with “dangling” links to a content type that no longer exists. Solving this usually requires manual manipulation of the schema / [component].json files. Thus you should remove all links to the content type you manipulated (e.g. in the array of a dynamic zone). Worst case scenario, a change in the database may also be needed, e.g. in the strapi_core_store_settings , and removing the configuration of the content type.