youtube api in action
Vector Search ā TypeScript typecheck via tsc failed.

Turborepo Vercel Deploy Build Command
npx convex deploy --cmd 'npm run build'
npx convex deploy --cmd 'npm run build'
VectorIndex not on v module
Error: Could not resolve...
Can't deploy convex to production with vercel correctly.
Convex api not working and causing problem in user validations from the convex tables

Type inference issue with newly added routes
queries.ts
file that is properly typed, only the new function has this inference. Any idea what causes this?...
How do i create a schema object with computed fields
Custom query with default argument
Is there a way to share my functions and schemas across my project apart from a monorepo?
How can I run an action from a mutation function since they can't be http actions?
Getting Convex Auth to work with NextJS middleware
convexAuthNextjsMiddleware
- but whenever I try to use it, I get the following error (attached image).
...Convex Log Error "auth:store Invalid Refresh Token"

Is runMutation transactional?
React query disadvantages
Migrating to Convex: how to deal with IDs?
Legend-State plugin for local-first
onUpdate
when given either a ConvexClient or a ReactConvexClient. But it seems like they work very differently - in React it internally uses a ConvexReactClient.watchQuery whereas the script tag example uses ConvexClient.onUpdate.
Looking through the source iIt looks like ConvexReactClient and ConvexClient share a BaseConvexClient base class, and I could use subscribe
on there. But is that the best way to go? Seems like I'd miss out on some of the nice behavior from the higher level wrappers. I can do that to get an initial prototype working but I'd like to make sure it works in the correct Convex way....I have one general doubt!
Issue using auth with custom user schema
