Error 422 Unprocessable Content

POST https://fsmp.pro-soft.fr/fr/register?confirm=1

Validator calls

Path Message Invalid value Violation
data.email Il existe déjà un compte avec cette adresse e-mail.
"stweeks@gmail.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 }}" => ""stweeks@gmail.com""
  ]
  -root: Symfony\Component\Form\Form {#1000
    name: "registration_form"
    type_class: "App\Form\RegistrationFormType"
    data: App\Entity\User {#901
      -id: null
      -email: "stweeks@gmail.com"
      -roles: []
      -password: null
      -isVerified: false
      -applications: Doctrine\Common\Collections\ArrayCollection {#904 …}
    }
  }
  -propertyPath: "data.email"
  -invalidValue: "stweeks@gmail.com"
  -plural: null
  -code: "23bd9dbf-6b9b-41cd-a99e-4844bcf3077f"
  -constraint: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#1470 …}
  -cause: [
    App\Entity\User {#1182
      -id: 419
      -email: "stweeks@gmail.com"
      -roles: []
      -password: "$2y$13$B06b8t.QMswMnljLZ283reFGSgalxENM8mANjF2O79k3GGERQlzIi"
      -isVerified: false
      -applications: Doctrine\ORM\PersistentCollection {#1158 …}
    }
  ]
}