strapi-community / strapi-plugin-slugify

A plugin for Strapi Headless CMS that provides the ability to auto slugify a field for any content type.
https://market.strapi.io/plugins/strapi-plugin-slugify
MIT License
45 stars 21 forks source link

receiving error 403 when trying to find by slug #97

Closed sebackend closed 1 year ago

sebackend commented 1 year ago

Hello, first of all thank you very much for this plugin.

I was starting a little project with nextjs and strapi 4.5.3 then i found this video where the dev is using exactly what i need (find an article by his slug)

But when i did all the configuration (in the plugins.js file and then in the strapi admin with the findOne option for the permissions section) i got a 403 error from the api

What i'm doing wrong? i followed all the steps from the video and the plugin configuration and right now i'm stuck

ComfortablyCoding commented 1 year ago

I believe the permissions (for the role requesting the data) to check are

If you have those two things it should work.

ComfortablyCoding commented 1 year ago

Closing due to no response, will re-open if any follow ups.