I\'m trying to save a new document in mongodb with mongoose, but I am getting ValidationError: Path \'email\' is required., Path \'passwordHash\' is required., Path \'
ValidationError: Path \'email\' is required., Path \'passwordHash\' is required., Path \'
For me, the quick and dirty fix was to remove encType="multipart/form-data" from my input form field.
encType="multipart/form-data"
Before, and, after