Soumya Subhrajit Bag

Results 5 issues of 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...

![package json - starter - Visual Studio Code 25-04-2023 16_44_43](https://user-images.githubusercontent.com/112542453/234260335-bc66c76c-637c-4c09-8b6e-9a15a9ccbf6f.png) 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...