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

Error 403 Forbidden in Strapi v4.1.5 #124

Closed cakfan closed 2 years ago

cakfan commented 2 years ago

I try to post a new comment, I get this error :

Screenshot (27)

Screenshot (29)

How to fix this error?

cyp3rius commented 2 years ago

Hello @cakfan , as for every Strapi Collection if you would like to use it outside you must configure it via Settings -> Users & Permissions plugin -> Roles:

Than go to Comments and enable methods you're interested in.

cyp3rius commented 2 years ago

Closing, in case of need re-open please.

cakfan commented 2 years ago

Hello @cakfan , as for every Strapi Collection if you would like to use it outside you must configure it via Settings -> Users & Permissions plugin -> Roles:

  • Public - if you want to open it for all
  • Authenticated - if you want to open it only for Strapi registered users

Than go to Comments and enable methods you're interested in.

I appreciate your help! 👏

KaKi87 commented 4 months ago

Hi, I would like to suggest adding this to the README. Thanks