The given data was invalid #5083
-
Out of the blue I'm getting errors about the data being invalid. On existing items it marked the slug as being the culprit. It said the slug already existed. I have now disabled the slug in the collection and removed it from the sidebar in my blueprint (as we don't use it), but the error is still there, just not visible. This happens for existing items and new items. Is there something I can do to solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Check your Blueprint's validation rules for the slug field – there's probably a "unique" rule in there you'll need to remove that should solve it. |
Beta Was this translation helpful? Give feedback.
Check your Blueprint's validation rules for the slug field – there's probably a "unique" rule in there you'll need to remove that should solve it.