Open anjeypakulnevich opened 1 year ago
I'm facing the same problem here on my codebase, what was also happening before this invalid format error is that my custom routes to get a collection by its UUID weren't working with the where: { uid }
param.
Also facing this issue, my setup is:
Single type Repeatable component Text field + custom UUID field
Adding the first entry is fine, adding a second entry shows the above error ("The UUID format is invalid").
I am also facing this issue, someone have the solution here ?
same here...
Hi there! First of all wanted to thank you for your contribution to Strapi community.
Just noticed one annoying issue: After adding components (with UUID field) in Dynamic zone(DZ) all the previous components except new added have an uuid field error: "The UUID format is invalid" and I can't save the model. I have to regenerate all the rest components uuid in DZ. Same goes for any actions in DZ (like moving components up & down).
Update: happens after any change in the whole page (collection type)
Or may be I'm doing smth wrong? Thanks in advance.