System Information
- Strapi Version: v4
- Operating System: macOS
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
Hello , im trying to create a slug with POST req
i’ve followed this section to create a slug system
https://docs.strapi.io/developer-docs/latest/guides/slug.html
when i making the request and send the data i see the content created in the content-manager
when i clicking on the entery i see the slug in the input but in the table of the content manager with the entries there is no slug (-) it’s null… also when fetching the entries from the api i see the slug is null.