Fix: Express Async Error Not Being Caught — Unhandled Promise Rejection
How to fix Express async route handlers not passing errors to the error middleware — wrapping async routes, using express-async-errors, global error handlers, and Node.js unhandledRejection events.