traceT
Convex Community3y ago
1 reply
trace

Error started showing up after I deleted all the documents from the DB

Error: [CONVEX Q(documents:getById)] ArgumentValidationError: Object is missing the required field `documentId`. Consider wrapping the field validator in `v.optional(...)` if this is expected.

Object: {}
Validator: v.object({documentId: v.id("documents")})


  Called by client

Any help on why this might be happening?
Was this page helpful?