Seeking Solace
CCConvex Community
•Created by Seeking Solace on 4/19/2025 in #support-community
How to force consent screen on log in? (Google OAuth + Convex Auth)
When I sign in using Google OAuth with Convex, I don't get the option to pick an account. It just automatically logs in with the latest account. How do I force account selection every time the user clicks the login button?
For reference, this is how my login component looks like:
2 replies
CCConvex Community
•Created by Seeking Solace on 1/16/2025 in #support-community
"getManyViaOrThrow" Convex Helper Function Expects 6 Arguments
Relevant Schema:
Mutation:
Error:
I have thoroughly read the "Database Relationships Helpers" article:
https://stack.convex.dev/functional-relationships-helpers
But I can't find an example where he uses 6 arguments, nor can I find any examples or documentation that lists the 6 required arguments.
5 replies
CCConvex Community
•Created by Seeking Solace on 1/14/2025 in #support-community
Push id of a newly created document to another on creation
My schema looks like this:
My
createColumn
mutation:
The Zod schema looks like this:
I would like to push the id of the new column to the respective board document. How can I do this?5 replies
CCConvex Community
•Created by Seeking Solace on 12/21/2024 in #support-community
Fetching another document's data via id in query
schema.ts
chat.ts
How do I read a user's name when querying the messages via the userId property? For context, I'm using ConvexAuth.10 replies
CCConvex Community
•Created by Seeking Solace on 12/21/2024 in #support-community
How to get the URL of an image in the storage by its id?
I have tried the http method but obviously I'm doing something wrong.
convex/http.ts
event-list.tsx
15 replies