Status 403
ricoxor opened this issue · 2 comments
ricoxor commented
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 ?
Thank you.
cyp3rius commented
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.
ricoxor commented
Indeed you right, I didn't allowed the plugin.
Thank you