Soumya Subhrajit Bag
Soumya Subhrajit Bag
As I mentation when I set the `"start:prod": " set NODE_ENV=production && nodemon server.js"`, the server starts as production but internally I guess it's not setting **NODE_DEV as production**, when...
The error am facing when I download the ndb and install it in my machine (windows-10) as --global and change in my script file in package.json cmd, ` "debug": "ndb...
 As I mentation when I set the `"start:prod": " set NODE_ENV=production && nodemon server.js",` the server starts as production but...
Added a try and catch block transport.sendMail(mailoption) because it cause the issue, that email was not able to sent the respective email reciver but when it get added teh error...
If you have the issue in the emai.js, you can't send the email in the respective sender, just add this try and catch block in the await section. If you...