-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
It looks like errors from Zod validation on the request body are not flowing through but at some point they were intended to.
(Looking at the history, the errorMessages array was joined in the return string)
Right now to make any use of error messages that are returned from a Zod validation I have to omit the body option and handle the running the validation myself.
Any objection to having the issues flow up so they can be used in the routers onError callback?
basedantoni, kanakkholwal and sukechris
Metadata
Metadata
Assignees
Labels
No labels