Is there a way to use Password + Phone providers for authentication?
How to obtain cookies in Convex Auth ConvexCredentials authorize?
Encrypt organizations secrets
Simulate Convex Auth Invalid
Convex Auth Question

Rejecting signin for unknown users when using magic link authorization (e.g. Resend)
How i can getcookie and setcookie in convex ?
Onboarding Flow Clerk x Convex Multitenant
How to update the 'phoneVerified' field in authAccounts table after a successful phone verification?
authAccounts
table, the phoneVerified
remains to be set to unset
value, which of course it shouldn't be, because I made sure that the phone is verified....
ts-api-spec no type safety
npx convex-helpers ts-api-spec
, copied the code over to project 2 in api.ts
But I am not getting any type safety when calling useQuery.
...t.withIdentity with custom claims
Issue with nodemailer
Is there a cached query version of usePagniatedQuery?
convex auth causes browser "leave site?" prompt on every redirect e.g. stripe or auth

IdTokenExpired on using convexAuthNextjsToken in production
Convex Monorepo Issue (react-dom native)
"react-native-tab-view": "^3.5.2",
my native apps break.
i get the same error when i install other modules too. I don't see the connection between the packages i'm installing and the error.
I haven’t touched any other part of the repo yet. ...
`withOptimisticUpdate` with custom (auth) mutations
Showing save status with optimistic update
isServerValue
which is set to true
on the convex query and false
in the optimistic update...
Does anyone have better ideas?...`convex-test` could not find the "_generated" directory
convex-test
and wrote a very simple test at the root of my /convex
folder. Running it produces an error:
Error: Could not find the "_generated" directory, make sure to run `npx convex dev` or `npx convex codegen`. If your Convex functions aren't defined in a directory called "convex" sibling to your node_modules, provide the second argument to `convexTest`
Error: Could not find the "_generated" directory, make sure to run `npx convex dev` or `npx convex codegen`. If your Convex functions aren't defined in a directory called "convex" sibling to your node_modules, provide the second argument to `convexTest`
_generated
directory is present and my convex functions are all in /convex
at the root of my project. Not sure what might be the issue....
Query Speed Up