Skyblue (Matt)S
Convex Community12mo ago
12 replies
Skyblue (Matt)

Action context inside auth callback

I'm trying to run an action inside of the afterUserCreatedOrUpdated callback, but I'm getting the following error:
Uncaught TypeError: ctx.runAction is not a function

A lot of the documentation talks about runAction, but I could only find examples of using it with useAction on the client. I really want to add details to the users table with 3rd party information after create.

What am I missing?
Was this page helpful?