The field App\Entity\Region#users is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\User#region does not contain the required 'inversedBy: "users"' attribute.
The field App\Entity\Region#candidats is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Candidat#region does not contain the required 'inversedBy: "candidats"' attribute.
The field App\Entity\Entity#users is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\User#entity does not contain the required 'inversedBy: "users"' attribute.