.westsaid
Possible to use tRPC proxy client inside Edge Runtime?
Hi,
im trying to fetch a route from trpc inside a Vercel Edge Runtime function. Therefore im trying to create a ProxyClient from @trpc/client and importing it in the Edge function:
This gives me the following error:
A workaround which im using:
Is there a way to create a tRPC client which is "edge-able" or should I file an issue?
1 replies