Request to support `args` parameter in Convex Migrations
customRange query I'm forced to push a change.
Here's what I'd like to do:...Backups hanging
Value of table-specific varint in `_id` diverges in local development deployment
npx convex import to import a JSONL file to a table, and this works well for copying over data from production into development.
However, when I create a local development deployment using npx convex dev --local, I notice that the first characters of _id in a table is different than in the same table in cloud prod/dev. This is causing the npx convex import command to raise an error, because it detects mismatching _id formats....Can't start local development deployment due to missing environment variable
npx convex dev --local --once I get the following error:
```
$ npx convex dev --local --once ...Multi Tenant Use Case
Convex Docs Clerk typo `CLERK_JWT_ISSUER_DOMAIN`
CLERK_FRONTEND_API_URL when it should be CLERK_JWT_ISSUER_DOMAIN.
https://docs.convex.dev/auth/clerk#configuring-the-backend...
Monorepo with multiple Next.js apps
restrict access to ResendOTP auth
Use convex-better-auth with organization plugin
Adding logging middleware to `ctx.db` to monitor read/write sizes in transactions
too many bytes read in a single function execution error for some of our functions.
We would like to better understand what is causing this. However, since some of our queries and mutations are a composition of several smaller queries and mutations it can be difficult to get more finegrained insights.
Ideally we would like to create some middleware for our DatabaseReader and DatabaseWriter that logs the (approximate) size of the documents that are queried/modified/inserted....Concatenating Streams
I am developing an app with convex and wan't to index blockchain data with GRPC
array vs join table
Debugging hanging build - "Analyzing source code..."
RAG and Agent components, other then that nothing special in my setup.
Not quite sure why but when I run my dev command the process hands on "Analyzing source code..."...How to login from CLI to self-hosted instance
Hitting node action limit, Convex recommends using V8 actions ??
Node actions arguments size is too large. The maximum size is 5 MiB. Reduce the size of the arguments or consider using V8 actions instead, which have a 16 MiB limit.
Node actions arguments size is too large. The maximum size is 5 MiB. Reduce the size of the arguments or consider using V8 actions instead, which have a 16 MiB limit.
Index with compound keys - can you use part of the key?
useQueryWithStatus from convex-helpers does not catch Validation Errors
Preview deployments custom domain
Default env vars aren't being used on new preview deployments