Which identifier generator library to use for message channel and threads?
If I wanted to keep my programming efforts really simple, I could simply use a _id field values themselves, but 32-characters is a lot of characters to put in URLs, especially when multiple resources are involved. ...
Delete a document by multiple fields??
Advanced index usage
v.string().isOptional property not working
Convex + Clerk crashing in react-native after using the new Convex Auth
convex.dev (+ clerk for authentication)
. This app has been happily working fine for the past 4 months.
...Mono repo with Convex auth
convex auth user info
Query documents by array of documentIds possible?
How do you get the issuer for a new user account from Clerk webhooks?
users
Convex table.
But, I'm trying to adhere to the pattern where the users
table has a tokenIdentifier
column.
...Database filter operator, contains
How can we do advanced querying on nested arrays ??
How to remove (delete) a column in a table
Confusing errors on db.patch calls inside mutation
Uncaught Error: Failed to insert or update a document in table "externalPayment" because it does not match the schema: Object is missing the required field `status`. Consider wrapping the field validator in `v.optional(...)` if this is expected.
Uncaught Error: Failed to insert or update a document in table "externalPayment" because it does not match the schema: Object is missing the required field `status`. Consider wrapping the field validator in `v.optional(...)` if this is expected.
Understanding Convex Database Design Patterns
fetch request on internal action
Convex Auth: Error types for signUp/signIn
NODE_ENV always equates to 'development'
Convex Auth on Server Component
Patch mutation function is giving me a typescript error