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

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...