Alex
Explore posts from serversRunning TRPC on Vercel with custom serialization fails
Hi all,
I'm having some difficulties with the serialization of my objects when I run on vercel.
I'm running nextjs 13.4.4 with trpc/server,client,next 10.28.1 and the next page routing.
I'm using a custom type "ts-money" which is returned in a trpc response like:
8 replies