Error 422 Unprocessable Content

GET https://kadoo.cassaclock.com/catalogue?category=mugs

Validator calls

Path Message Invalid value Violation
children[category] The selected choice is invalid.
"mugs"
Symfony\Component\Validator\ConstraintViolation {#1085
  -message: "The selected choice is invalid."
  -messageTemplate: "The selected choice is invalid."
  -parameters: [
    "{{ value }}" => "mugs"
  ]
  -root: Symfony\Component\Form\Form {#974
    name: ""
    type_class: "App\Form\ProductSearchFilterType"
    data: [
      "q" => null
      "sort" => null
      "priceMin" => null
      "priceMax" => null
    ]
  }
  -propertyPath: "children[category]"
  -invalidValue: "mugs"
  -plural: null
  -code: "1dafa156-89e1-4736-b832-419c2e501fca"
  -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1058 …}
  -cause: Symfony\Component\Form\Exception\TransformationFailedException {#1050 …}
}