trace
trace
CCConvex Community
Created by trace on 10/16/2023 in #support-community
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
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?
2 replies