strapi-community / strapi-plugin-slugify

A plugin for Strapi Headless CMS that provides the ability to auto slugify a field for any content type.

Home Page:https://market.strapi.io/plugins/strapi-plugin-slugify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

receiving error 403 when trying to find by slug

sebackend opened this issue · comments

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

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

  • you have the slugify findOne endpoint allowed
  • you have find for the relevant content type for the slugified model(s) also allowed.

If you have those two things it should work.

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