bn-digital/strapi

UUID Plugin -- Causing "The Value is Required"

Opened this issue · 3 comments

Hi there! First of all wanted to thank you for your contribution to Strapi community.

Just noticed one annoying issue:
After updating strapi to 4.9.1 and the latest plugin of uuid to 1.20 versions. Encountering the following issue when creating a new entry.
image

This was not happening before the upgrade I did where the version was 4.5.6.
Any pointers are appreciated. For now I bypassed it by making it a normal uuid field removed the type as "customField" added a beforeCreate Hook and adding a uuid at the time of creation.

Also experiencing this issue.

same here, no luck so far with everything i tried

@gouthamgadi @paul-fenton-cyndx as this plugin doesn't seems maintained anymore, so I wrote my own. If you still have problem you can try with mine: strapi-auto-uuid

I fixed the issue, i don't have this problem anymore.