Access clerkId inside upload thing callback
If the uploadthing webhook callback runs on the server wouldn't it make sense that i could still use my clerk auth hooks to get the user data?
My file router looks something like this:
createAddTask has this call:
getUserByClerkID:
I think it has something to do with it not running in a place where it get context about the user. Would love any heads up or pointers to where i'm making a mistake/any docs i could read for further clarification
0 Replies