express-winston
express-winston copied to clipboard
Middleware resets req.url on res.send() and prevents further middleware to execute
Check this repository for details Not related to express itself
I have the exact same issue. Middlewares after res.send/res.json don't execute in some cases, but not all. Took forever to find what the issue was.