I have one general doubt!
Issue using auth with custom user schema

Convex + Lucia auth + Svelte | Help
How can I get the reason for login/signup failure with Convex auth?
Convex function Auth only
Need a little react help
runAfter is not throwing an error on the client
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....