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
As it is, when handleUndefinedResponsesMiddleware is defined as an inherent middleware it is difficult for individual routes to opt out of it; they might need to just wait until they've sent their own headers to do so.
There should be a documented convenient way to accomplish that; probably something like return handleUndefinedResponsesMiddleware.ignore
The text was updated successfully, but these errors were encountered:
As it is, when handleUndefinedResponsesMiddleware is defined as an inherent middleware it is difficult for individual routes to opt out of it; they might need to just wait until they've sent their own headers to do so.
There should be a documented convenient way to accomplish that; probably something like
return handleUndefinedResponsesMiddleware.ignore
The text was updated successfully, but these errors were encountered: