Error 422 Unprocessable Content

POST https://fsmp.pro-soft.fr/fr/register

Validator calls

Path Message Invalid value Violation
data.email Il existe déjà un compte avec cette adresse e-mail.
"test@test.com"
Symfony\Component\Validator\ConstraintViolation {#1226
  -message: "Il existe déjà un compte avec cette adresse e-mail."
  -messageTemplate: "There is already an account with this email"
  -parameters: [
    "{{ value }}" => ""test@test.com""
  ]
  -root: Symfony\Component\Form\Form {#1000
    name: "registration_form"
    type_class: "App\Form\RegistrationFormType"
    data: App\Entity\User {#901
      -id: null
      -email: "test@test.com"
      -roles: []
      -password: null
      -isVerified: false
      -applications: Doctrine\Common\Collections\ArrayCollection {#904 …}
    }
  }
  -propertyPath: "data.email"
  -invalidValue: "test@test.com"
  -plural: null
  -code: "23bd9dbf-6b9b-41cd-a99e-4844bcf3077f"
  -constraint: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#1470 …}
  -cause: [
    App\Entity\User {#1182
      -id: 396
      -email: "test@test.com"
      -roles: []
      -password: "$2y$13$3LH.HHRkV/gIwF7tOQFBIeUdu6k11nMyt3U9b8y5J0M5QAeOxzaCy"
      -isVerified: false
      -applications: Doctrine\ORM\PersistentCollection {#1158 …}
    }
  ]
}