Alex
Explore posts from serversRunning TRPC on Vercel with custom serialization fails
It is injected in my singleton client (Using T3 approach) like so:
When I run it locally everything works as expected... But when deployed on vercel the custome serialization is not executed.
I have added some logging and I can see the injection of custom serialization happening the first time I use a trpc route
api.xxxx
But the custom serilization does not take place. Any idea where I could start digging?8 replies