I had such issues once and resolved it by creating a vue based slug generating system by following this tutorial on Youtube: Build a Slug Generator Vue.js Component (Ep 22) - Build an Advanced Blog_CMS. With this, you can be able to automatically generate a slug for the Post entity before submission. I hope that helps