calling TRPCProxyClient from inside trpc procedure fails on vercel route handlers edge runtime
i setup my client as following:
and then inside a trpc procedure i'm trying to call it as following:
this result in request always failing with an error of:
any ideas how to solve this?
0 Replies