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
When this issue is addressed, then the user's Express error handler will be able to run as normal. Otherwise it is impossible to handle errors without resorting to sorcery.
The text was updated successfully, but these errors were encountered:
Currently, whenever a Seneca instance throws an error that I would like to handle, I cannot do that. For example, in my Express app, I would like to catch all act_not_found errors and respond with 404 HTTP. Instead when I send a request to my app, like so:
https://github.com/senecajs/seneca-gateway-express/blob/main/src/gateway-express.ts#L23
When this issue is addressed, then the user's Express error handler will be able to run as normal. Otherwise it is impossible to handle errors without resorting to sorcery.
The text was updated successfully, but these errors were encountered: