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
This is a serious problem as it stands, having req.body be empty and no end event fired because of a silent failure in the middleware is extremely hard to identify and debug.
Picker currently ignores middleware errors. For example ,
req.body
will be empty if the body parser size limit is violated.As a workaround, I've added a hack to pass errors via
req.error
to my fork: sprohaska@284f626Ideally, Picker should support express-style error route handler that take an additional
err
.The text was updated successfully, but these errors were encountered: