Next 14, Convex Auth Error
`completedTime` of scheduled function meta data incorrect
const response = ctx.db.system.get(jobId)
The completedTime
of response
seems to be set incorrectly if the scheduled function calls an internal mutation. Seems to be set correctly if the scheduled function is for an internal action.
```...Scheduled function incorrect response value (unexpected `jobId` property)
const jobId = await ctx.scheduler.runAfter(...);
from a mutation then jobId
has the correct type of Id<'_scheduled_functions'>
and correct value.
However, when I run const jobId = await ctx.scheduler.runAfter(...);
from an internal action, then jobId
has the correct type of Id<'_scheduled_functions'>
but it's value is of type { jobId: Id<'_scheduled_functions'>}
(ie it has a nested jobId
property).
...Scheduled function data is no longer compatible makeFunctionReference
Convex Auth - Expo React Native
Help with 3rd party api call in Actions
"use node"
at the top of the document where i am defining the action.
So the issue now is, the call works just fine but when i return the result of the call, Convex throws an error. However, when i console log the result of the call, it returns the data just as expected.
The error i am getting is as follows:...Working with return validator and a query that enriches data
Questions about Convex Auth
name
field and customize the name of the user that gets authenticated, how do I do that? Is that via the createOrUpdateUser
callback function?
- If I want to provide email/password sign up but you still need to click the confirmation link upon signing up (not when logging in again with email/password) how do I implement this? I see that email/password seems quite straight forward (https://labs.convex.dev/auth/config/passwords#email--password-setup), but how can I implement a mechanism to say "isVerified" in the database for each user to determine whether they've verified their email upon signing up?...Convex Auth Discord Setup
Clerk authenticates, Convex do user management and features. Convex stores user data
Best practice for large, multi-mutation sequence with convex
Best practice for testing recursive, potentially costly mutation
A Bug with adding documents
next js 14 convex deployment
Apple App review
Pagination and Self-Reference
Schema validation failing for weird reason
Session Handling With Clerk
Pagination, Take on a edge [ents]
Nested optional search field type error