Convex Auth e2e test with Playwright
clerk_test
in the email is treated as a fake user.... For example michael+clerk_test@example.com
- Every user with that kind of email address can verify auth with 424242
(This code works for only users with clerk_test
in their email...How to use mutations with Remix actions
actions
in Remix to call a Convex mutation to insert form data into a table. I can't find much info about using mutations outside of useMutation
, which does not work in an action.
Any pointers on how to pull this off? Thanks!
(PS: No rush, I'm signing out for a few hours)...CONVEX_DEPLOY_KEY monorepo
How to return id from db in my case
const res = await ConvexVectorStore.fromDocuments(splitDocs, embeddings, { ctx });
const res = await ConvexVectorStore.fromDocuments(splitDocs, embeddings, { ctx });
convexAction in @convex-dev/react-query ?
Error importing @convex-dev/react-query in expo project
Auth0 with convex in vanilla js PWA.
auth.config.ts
file with my Auth0 provider (specifying domain and applicationID).
Auth through Auth0 works fine, as I am able to get logged in. In my convex query I added the following check:...Typescript error for @tanstack/react-query when extra parameter is added
handling file type, and a small issue with a server package
model.ts
that already has some working structure (using async functions and convex built in functions), but when I try importing the GoogleAIFileManager
I ran through this error:
```bash
⠋ Preparing Convex functions...
X [ERROR] Could not resolve "fs"
...Convex auth does not work with defineEntSchema
How do I define a more complex object with convex values?
zod vs convex validators
Errors Ergonomics
ctx.auth.getUserIdentity()
. I used the approach to throw a ConvexError
on the server if some query requests are not authenticated according to this doc.
Problem:...I need help with convex+langchain
GET /.well-known/openid-configuration is 404'ing with Convex Auth
Convex Auth - Duplicate users in users table
Export of Convex Ents documentation
Are there example repos using Convex Ents?
Setting oauth scopes with Convex Auth
read:user
scope only. Is there a way to do that currently?Schema Intersection