Has anyone got Tanstack Start with tRPC working?
I have used the example project in /examples on tRPC Github. Unfortunately when I try to fetch the posts I receive the following error:
Error in renderToPipeableStream: TRPCClientError: Invalid response or stream interrupted
Replacing unstable_httpBatchStreamLink with httpBatchLink did not help.
0 Replies