BetterAuth + Convex - cannot get the setup right, docs unclear
Local Deployment Fails on Windows Due to Malformed Path
onSuccess issue with CustomAction
"Too many bytes read" when using an index + filter, but no issues when removing the filter
is there a way to run an action like it were a query?
useAction only returns a function that I can call and get back a promise (as if it were a mutation). Is there any tooling to allow me to use an action as if it were a query?
I've searched discord and asked AI and seems like maybe the best bet is do wire it up to tanstack query or similar to do the execution of the action inside my component, whatever deduping and client caching I want to do, etc.
I would have expected Convex to provide more tooling around this given the limits of "no fetching in queries". And mirroring all the external API data into my Convex DB doesn't seem like a great solution either.....query vs .onUpdate - any performance differences?
Optimistic concurrency control guarantees
Clerk and Convex integration error with custom-created users
The Tanstack start + clerk quick start is broken.
Astro Supported by Convex?
HDS certification
Convew - pending state for >1 min when convex dashboard shows results as cached
Zod 4 Support for Convex-Helpers
withSearchIndex multiword not working
Need to spin up a React project separate from my existing React Native project with Convex.
Optimistic update outside mutation
Can you query a table with an index using just _creationTime?
ctx.db.query("users").withIndex("_creationTime", (q) => q.gte(1762870387000)).collect();...Type error after upgrading to Convex 1.29 from 1.27
bun convex dev, when wanting to build the Next.js project, the following type error occurs on every single instance of useQuery, prefetchQuery, fetchQuery, etc.
```sh
./src/app/host/[code]/host.tsx:20:30
Type error: Type '{ _type: "query"; _visibility: "public"; _args: { code: string; }; }' does not satisfy the constraint 'FunctionReference<"query">'....No type safety on zMutation or zQuery for arguments

A way to force user choose an account with Google Sign in?