trpc receiving undefined
Hello, I am having a few problems with one of my TRPC endpoints not recieving the data sent through a webhook body
however, i get this error when trpc parses the data
I'm not entirely sure why this says
received
undefined, when the request.body
outputs:
root:
insomnia request:1 Reply
Same
Looks like you need
const { json, meta } = superjson.serialize(object);
to use superjson where you send your data