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.
2 Replies
Julian
Julian5mo ago
I think I have a similar problem. Did you manage to solve it?
vulcan
vulcan5mo ago
did you guys find any solution?