"data and salt arguments required", "stack": "Error: data and salt arguments required\n at Object.hash (C:\Users\shant\Desktop\jvlcart\node_modules\bcrypt\bcrypt.js:137:17)\n at C:\Users\shant\Desktop\jvlcart\node_modules\bcrypt\promises.js:29:12\n at new Promise ()\n at module.exports.promise (C:\Users\shant\Desktop\jvlcart\node_modules\bcrypt\promises.js:20:12)\n at Object.hash (C:\Users\shant\Desktop\jvlcart\node_modules\bcrypt\bcrypt.js:133:25)\n at model. (C:\Users\shant\Desktop\jvlcart\backend\models\userModel.js:41:39)\n at callMiddlewareFunction (C:\Users\shant\Desktop\jvlcart\node_modules\kareem\index.js:628:27)\n at model.next (C:\Users\shant\Desktop\jvlcart\node_modules\kareem\index.js:93:7)\n at _next (C:\Users\shant\Desktop\jvlcart\node_modules\kareem\index.js:146:10)\n at C:\Users\shant\Desktop\jvlcart\node_modules\kareem\index.js:653:30"
Error while checking forgot password request
17 Views Asked by shanthirakumar mithun At
0
There are 0 best solutions below
Related Questions in NODEMON
- Nodemon not working and displaying "command not found" error
- working node typescript boilerplate in 2024?
- Error: Cannot find module 'D:\Full_Stack_Development\Projects\StudyPurpose\nodemon\bin\nodemon.js'
- React Mongoose Error - URI parameter must be string but returns 'Undefined' from .env file
- Organisation package.json on React Project
- Nodemon crashed and waiting for file to be changed
- #[nodemon] app crashed - waiting for file changes before starting
- How to to debug a Typescript NodeJS app running inside a local Docker container with VScode
- why it is not working with nodemon index.js while it is working with node index.js
- why my npm start using nodemon gives me error?
- Node sever not rune
- Cant find Node.js: Server-side in task manager
- Mongoose Error: Buffering timed out after 10000ms
- 'Nodemon' is not recognized as an internal or external command
- How to run a nx script and nodemon script in one-line shell command?
Related Questions in MAILTRAP
- Trying to access array offset on value of type null in laravel 10 when sending email
- Connection Refused Error: [Errno 111] Connection refused - Getting error for Mailtrap SMTP
- Failed to authenticate on SMTP server with username "a73aa084986c3e" using the following authenticators: "CRAM-MD5", "LOGIN", "PLAIN"
- Error while checking forgot password request
- Setting Mailpit to work with Laravel and Docker
- Mailtrap not sending email using NodeJS Nodemailer
- Laravel: Connection could not be established with host "live.smtp.mailtrap.io:587": stream_socket_client(): Unable to connect to
- How can i use a form inside html email and redirect to my local website with the request
- How Can I Send Custom Emails with Variables in .NET 6?
- stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:0A00010B:SSL routines::wrong version number
- Connection could not be established with host sandbox.smtp.mailtrap.io:stream_socket_client(): unable to connect to tsl://sandbox.smtp.mailtrap.io:587
- nodemailer not sending email in testing
- Fatal error: Uncaught PHPMailer\PHPMailer\Exception: SMTP Error: Could not connect to SMTP host. Failed to connect to server
- php - calling a function to send email in loop
- Cypress email testing with virtual smtp server (mailtrap)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?