Closed AlexMachin1997 closed 5 years ago
Hi Alex, which Udemy course?
You need to add it to the middleware stack as well as requiring it. Github issues are more about logging bugs with the code rather than asking for help in using it. There might be someone that has the time and the inclination to help you out, but without being able to see your code there's very little anyone can do. Try posting a jsfiddle that replicates your issue.
Hello,
Here's the course that uses this package. https://www.udemy.com/nodejs-master-class/
Here's my code from the project. https://github.com/aaronshivers/vidly Here's the file with the package. https://github.com/aaronshivers/vidly/blob/master/startup/logging.js And, Here's the project. https://floating-ridge-44680.herokuapp.com/
I can't say if it works or not, but you can compare this to what you have in your project.
I've taken a quick look and everything related to express-async-errors is working as expected. Here's a quick POC:
Hi,
So I'm following a Udemy course online and as one of the parts, it integrates your plugin. Apparently, all you do is require it and it works, though this isn't the case for me.
The module just refuses to work, it doesn't catch any issues, it behaves as if the package doesn't exist. I just get presented with a timeout response in Postman the API client.