The content versioning plugin doesn’t work with unique fields, so I can’t keep (unique) slugs in my Strapi model. It also creates new entry id:s for every new version it saves, making it impossible to have / as URL on my site.
I’m thinking I could use the content entry’s vuid field for a true unique field, which is not “altered” by the plugin. Like this: /. Is there any way to fetch an entry from native Strapi by vuid?
Have anyone else experienced a similar problem? How did you solve it?
You can extend or customise the controller to do this. Default findOne will expect and I’d but you can use findMany and filters i guess to filter of your vuid