Kevin Huang
Clerk Webhook Input Undefined
Thanks for posting this. I'm running into the same issue right now. We are also using the t3-turbo-clerk template.
In my case, I just trying to call an TRPC api endpoint directly without going through our Next.js frontend. I tried using Postman to call the TRPC endpoint and send data through request body, but the
input
param continue to be undefined like you mentioned.
If I understood what you said above, does that mean whenever we make an external call to a TRPC endpoint, we need to use trpc-openapi
?11 replies