VirtusLab-Open-Source / strapi-plugin-comments

A plugin for Strapi Headless CMS that provides end to end comments feature with their moderation panel, bad words filtering, abuse reporting and more.
MIT License
409 stars 64 forks source link

Cannot Open Comments in Dashbaord #59

Closed zoharkiks closed 3 years ago

zoharkiks commented 3 years ago

Hello, whenever I'm trying to open Comments under the collection types, I'm getting the follwoing error:

image

loongmxbt commented 3 years ago

Same error in 3.6.3 (node v14.15.3)

FbPalmabit commented 3 years ago

+1

cyp3rius commented 3 years ago

This collection is not supported by built-in Content Manager because of usage of advanced polymorphic relations.

We advice to use dedicated interface available in Plugins -> Comments on the left sidebar. This interface is supported by our team.

loongmxbt commented 3 years ago

@cyp3rius Hi, the plugin automatically generates "Comments" and "Reports" in Collections. The "Reports" collection is reachable, but the "Comments" collection has errors. So is this Strapi's default behaviour on plugins and how can we "hide" the them from collection types area.

Find something on how to hide content types: https://stackoverflow.com/questions/65846609/strapi-hide-content-type

cyp3rius commented 3 years ago

That's right, and it has been already introduced as part of #57 but not yet published. We're going to do this in a next version.