How to fix 'validation failed error' during a sign up in MongoDb / NodeJs Express app
I am trying to save a user to mongodb database using post request as follow, but I got the error : "Error: User validation failed: mail: Path `mail` is required., pseudo: Path `pseudo` is required., password: Path `password` is required."…