'express-async-errors' not working!

Hello guys,

I’m using the express-async-errors module shown in the Node.js course section 11 (Handling and Logging Errors). I do the same but when I stop the mongod server and send a request on postman it’s loading forever. The error message is not showing like the tutorial (Something failed.). And sometimes after loading completed on the postman, it shows this:

If someone knows about this issue then please share your thoughts, it might be helpful for me.

Thanks in advance!

Not sure exactly at which point you’re at. Because I was building my own app when doing this course. But from what I remember, you have to make sure you surround your requests to the mongodb with try {} catch(e) {} blocks