You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this middleware. One issue I have seen is the error handling. It seems that my express server could not catch the error occurred in the middleware. Since I want to handle all errors with express server's error-handler, is there a way I can do that? Or, when error occurs, the middleware could raise it with next(err)?
Thank you very much!
The text was updated successfully, but these errors were encountered:
I like this middleware. One issue I have seen is the error handling. It seems that my express server could not catch the error occurred in the middleware. Since I want to handle all errors with express server's error-handler, is there a way I can do that? Or, when error occurs, the middleware could raise it with next(err)?
Thank you very much!
The text was updated successfully, but these errors were encountered: