embiem
tRPC Client on NodeJS server keeps complaining that no fetcher has been configured
Hey, I want to create a tRPC setup where I have one server (works fine) and then a client which is created on another server.
I create the client like this:
It keeps complaining with this error:
I've tried using
cross-fetch
as well with the same result.
Using version 10.27.3
.
Grateful for any hints 🙏5 replies