Color picker validation issue

On a cloud site I’ve upgraded from 13 to 17, I’ve got a colour picker property basically just for colour visibility, not for doing anything and another one to pick a colour. Either of them doesn’t work with or without selecting a colour, and has the following validation error;

{type: "Error", title: "Validation failed", status: 400,…}

detail: "One or more properties did not pass validation"

errors: {,…}

$.values[13].value.contentData[1].values[3].value: ["The selected color '000000' is not one of the available options."]

0: "The selected color '000000' is not one of the available options."

operationStatus: "PropertyValidationError"

status: 400

title: "Validation failed"

type: "Error"

Could you check the property configuration in Umbraco’s backoffice:

  • Settings > Data Types.
  • Find the editor (Colour Picker).

Confirm the selected colour is an allowed option?

I don’t think the issue is that, as I’m not trying to select 000000

Have you tried to open the Colour picker type and press “Save”. Sometimes this “fixes” the issue where data is not what it is supposed to be.

yup that didn’t work either..