convex-js icon indicating copy to clipboard operation
convex-js copied to clipboard

Validator Error Message is Not Shown

Open danielyogel opened this issue 2 months ago • 0 comments

Steps to reproduce:

  1. create a table of union of objects https://docs.convex.dev/database/schemas#unions.
  2. update a row using .patch(), add extra fields like the default _id and _creationTime
  3. 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!

danielyogel avatar Sep 18 '25 13:09 danielyogel