Type error when NOT directly calling function (new to Convex 1.18.2)
ctx.runQuery(myApiQuery)
vs myApiQuery()
I'm getting the stubborn "Function implicitly has return type 'any' because..." error.
Any idea why this is now upsetting the type system? ...Query arguments issue?
Debug Internal Node Errors
How do I search for a value in a table that is related to another table in relationship?
[Convex Auth] Clerk Integration with Convex
[Convex Auth] How to access param in `createOrUpdateUser` callback
createOrUpdateUser
callback, I’m facing a challenge. There’s no way to access supplementary data, such as the root user ID, during the login process. This makes it difficult to allow sub-users to authenticate using the required root user ID + sub-user email + password combination.
Any workaround?...Convex on my lambda
convex/browser
?
```js
import { ConvexClient } from 'convex/browser'
const client = new ConvexClient(CONVEX_URL)...how do add authentication providers to production settings in Convex
SOLVED: User error (Was: Strange PROD behavior with validation)
query optimization & recommendation please
Convex Auth with Expo and Native Apple and Google Sign In
expo-apple-authentication
and @react-native-google-signin/google-signin
that allows to provide native experience sign-in.
...getting type of query
const accounts = useQuery(api.accounts.list, {});
const accounts = useQuery(api.accounts.list, {});
How to migrate personal deployment to another Convex team and project?
Retrieve Authenticate User ConvexAuth
convex auth nextjs middleware removes "code" query param. Conflicts with third party oauth integrati
Convex Auth workflow
Is it possible to listen for subscribe/unsubscribe events for queries and trigger an action?
Type Mismatch in Update Mutation with Optional Fields
DELETE_MISSING_KEY error on aggregate.trigger() on trigger (convex helper)