How to make tRPC calls from the server side
I have tried following https://trpc.io/docs/server-side-calls however I get the error shown in screenshot
Is it possible to call one tRPC method, from another on the server side?
Is it possible to call one tRPC method, from another on the server side?

You may need to call your procedure(s) directly from the server, createCaller() function returns you an instance of RouterCaller able to execute queries and mutations.
