VirtusLab-Open-Source/strapi-plugin-comments

Status 403

ricoxor opened this issue · 2 comments

Hello,
I'm not able to GET / POST comments.
I installed the plugin and configured it in : http://localhost:1337/admin/settings/comments
Graphql is installed too.

When I call this endpoint, I have a 403 : http://localhost:1337/api/comments/api::site.site:1/flat

The Bearer Token is working on other endpoints like : http://localhost:1337/api/sites

Can someone know where is my issue ?

ef0516da80d3b4c556c1b1d6e12cca40 (1)

Thank you.

Have you allowed plugin public endpoints to be called? It's managed via the Roles section in Strapi settings. You should have there at least Authenticated and Public items.

Indeed you right, I didn't allowed the plugin.
Thank you