I am unable to identify any errors in my code. Thanks! Solution 1: It is recommended to refer to the documentation for information about mandatory fields. The vee-validate plugin does not perform validation on optional fields that are left empty. This logic is reasonable because if a user do...
Most of the time you will be dealing with other APIs to do the real work: Mongoose for querying database, socket.io for sending and receiving messages over websockets, sending emails via Nodemailer, form validation using express-validator library, parsing websites using Cheerio, etc. How do ...