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
Using version
Grateful for any hints
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
Solution
GitHub
Contribute to trpc/examples-minimal development by creating an account on GitHub.