Join Discord
Powered by
so to summarize - Throwing an error works fine, it...
# support-questions-legacy
z
zeferinix
09/10/2021, 2:38 PM
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
Previous
Next