Toons
Toons
TTCTheo's Typesafe Cult
Created by Toons on 12/27/2023 in #questions
TRPCClientError: Cannot read properties of undefined (reading 'resolve')
Hi guys, Im havning an issue with client side TRPC call when deploying to Production with SST. (Vercel Deploy works fine) import { api } from "core/trpc/react"; When using the client side api call I get issues. Using the Server side query works. Any ideas? I've tried enabling streaming as suggested in a similar post, but that broke the webpage altogether.
4 replies