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
It seems that any error in a middleware will immediately stop the processing of any other middlewares and call the callback with ONLY the error -- not any of the other expected parameters.
It would be helpful if this behavior was documented!