Recommended way to handle calls to multiple tables?
query and mutation functions. I'd like to use these exact same functions for other tables as well.
In a function like this, for example:
```...do projects get paused on the free plan?
Possible to Pass Checksum to storage.generateUploadUrl?
IN operator equivalent?
Bun: `convex dev` doesn't update dev deployment

Server Auth Not Working
Implementing confidential computing with Trusted Execution Environments
setting preview deployments blow up production
npx convex deploy --cmd 'npm run build' in my vercel deployment blow up production because of this error
```
Temporary directory '/tmp' and project directory 'convex/_generated' are on different filesystems.
If you're running into errors with other tools watching the project directory, override the temporary directory location with the CONVEX_TMPDIR environment variable.
Be sure to pick a temporary directory that's on the same filesystem as your project....add user manually without registration
AI GATEWAY support
Convex deployment error: Uncaught Failed to analyze _deps/node/3KNO765E.js: File is not defined
Better Auth with MongoDB and Convex for client data
auth object that using Convex with Better Auth replaces with createAuth function requiring context. I want to just fucking list the users chats and m...How to query for a specific array of documents
Error on .any() field: "Document is too nested"
.any() field on an object in my Schema. The documentation doesn't mention any limitations.
I have JSON objects which are apparently deeply nested. I'm unable to insert one such object, getting the following error: ... isn't a valid document: Document is too nested (nested 18 levels deep > maximum nesting 16)
Must I really re-architecture my JSON document representation to always be inferior or equal to 16 levels, or should I just stringify the JSON and store the document as a string, or something else?...how to skip in useQueries?
tool_calls
[CONVEX A(public/messages:create)] [Request ID: 7ffca58ab010e094] Server Error
Uncaught AI_APICallError: An assistant message with 'tool_calls' must be followed by tool messages responding to each 'tool_call_id'. The following tool_call_ids did not have response messages: call_GYArlXZG4Pn4dSe8RNk3ICov
[CONVEX A(public/messages:create)] [Request ID: 7ffca58ab010e094] Server Error
Uncaught AI_APICallError: An assistant message with 'tool_calls' must be followed by tool messages responding to each 'tool_call_id'. The following tool_call_ids did not have response messages: call_GYArlXZG4Pn4dSe8RNk3ICov
Action Triggers from Convex Queries
Lease Lost Error
Issue scheduling an internal action from a helper function
