Modify the dashboard interface.
How to assign types created with convex/values to function parameters?
convex/values
into a normal function?
Example...Performance testing and credentials from FS
Convex in deno workspace/monorepos
convex dev
? Is there a way to do this with a deno.json
or do we need to keep things npm-based with a package.json
?...Error deploying to Vercel
ConvexReactClient requires a URL like 'https://happy-otter-123.convex.cloud'
. I found other posts about this and manually added VITE_CONVEX_URL
to the environment variables in the Vercel project settings (not mentioned in the docs, BTW), but it's still failing. Attached are screenshots of my Vercel config....
LLamaindex package: External packages in convex.json doesn't work
High bandwidth consumption
Importing a snapshot during deploy stored on s3
npx convex import --preview-name "$VERCEL_GIT_COMMIT_REF" ./data/mock-data/snapshot.zip
during a deploy to tell it to grab the file from a remote resource, like an s3 bucket? What are workarounds for large snapshots that can't be commited to a repo?Disable useQuery hook
Mapping defined types to other defined types
Can't run: npx convex dev

Object contains extra field that is not in the validator.
example
that is not in the validator.
How to allow pass args that have unknown args and make the validator just ignore them but make sure what is requested is in there?
Looked at the docs and couldn't find an example....Validate a user during the auth step
getting compile TS error after upgrading to v1.16.2

Can't correctly type fields from a table to my NextTS application
build
my project (been fixing them by the dozens as we get ready for deployment) : ```Type error: Type 'ReactMutation<FunctionReference<"mutation", "public", { id: Id<"documents">; orgId: string | null; storageId: Id<"_storage">; }, null, string | undefined>>' is not assignable to type '(params: { id: XOR<Id<"documents">, Id<"vendors">, Id<"contracts">, Id<"riskAssessments">>; orgId?: string | null | undefined; storageId?: string | undefined; }) => Promise<...>'.
Types of parameters 'args' and 'params' are incompatible.
Type '{ id: XOR<Id<"documents">, Id<"vendors">, Id<"contracts">, Id<"riskAssessments">>; orgId?: string | null | undefined; storageId?: string | undefined; }' is not assignable to type '{ id: Id<"documents">; orgId: string | null; storageId: Id<"_storage">; }'.
Types of property 'id' are incompatible.
Type 'XOR<Id<"documents">, Id<"vendors">, Id<"contracts">, Id<"riskAssessments">>' is not assignable to type 'Id<"documents">'....Snapshot import without ID
Hit an error while importing:
New table departments has IDs that conflict with existing internal table. Consider importing this table without `_id` fields or import into a new deployment
Hit an error while importing:
New table departments has IDs that conflict with existing internal table. Consider importing this table without `_id` fields or import into a new deployment
Recomended way for Case Insensitive Index or SearchIndex
How to integrate auth on Svelte?
I have cloned the convex-auth-example chat app
JWT_PRIVATE_KEY
in .env
at convex. Now if I sign in with a password, it shows this error,
SignInWithPassword.tsx:32 Error: [CONVEX A(auth:signIn)] [Request ID: f6fe557261498] Server Error
Uncaught Error: Uncaught TypeError: "pkcs8" must be PKCS#8 formatted string
SignInWithPassword.tsx:32 Error: [CONVEX A(auth:signIn)] [Request ID: f6fe557261498] Server Error
Uncaught Error: Uncaught TypeError: "pkcs8" must be PKCS#8 formatted string