so to summarize - Throwing an error works fine, it...
# support-questions-legacy
z
so to summarize - Throwing an error works fine, it gets passed to the next middleware IF the middleware IS NOT an async function - You get an
UnhandledPromisedRejectionWarning
if the middleware function is async