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 🙏Solution:Jump to solution
GitHub
GitHub - trpc/examples-minimal
Contribute to trpc/examples-minimal development by creating an account on GitHub.
2 Replies
Solution
GitHub
GitHub - trpc/examples-minimal
Contribute to trpc/examples-minimal development by creating an account on GitHub.
wow thanks! Nearly went insane here.
I have the option to update the Node version to 18, so I'll go that route.