问题 I am implementing a node + express js app, and I am having issues calling to the next function into the error handler. I have a render middleware which is called by next in each each controler, and I would like it to be the same with my error handler. What I do in controler is putting some viewProperties in the req and then call the next middleware which retrieve these properties and render the response consequently. function render(req, res, next) { // viewName, title, args var properties =