convex-js
convex-js copied to clipboard
Validator Error Message is Not Shown
Steps to reproduce:
- create a table of union of objects https://docs.convex.dev/database/schemas#unions.
- update a row using .patch(), add extra fields like the default _id and _creationTime
- transaction fails, message includes only the "value" and "validator", and when testing them locally in a script - the error message shown is still wrong.
Thanks!