TRPCClientError: Unable to transform response from server
I'm having a problem with tRPC Client, I'm using TurboRepo, I created the API with Fastify, TypeScript and tRPC for the backend. For the frontend, I'm using Next.JS, TypeScript and tRPC. It works, the cookies are being set, but it is always returning this error: "TRPCClientError: Unable to transform response from server".
2 Replies
utils/trpc.ts
providers.tsx
What about the server? How's that instantiated?