Problem with creating and fetching slug

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.

https://d38xoolefqxt5u.cloudfront.net/optimized/2X/7/7697a7b52b7732c926c206d7f0926b5a81144fdd_2_1380x712.png

1 Like

I face the same proplem and I still don’t know how to fix it.