santiago_28407
santiago_2840713mo ago

TRPC cant handle Error

Stack Overflow
TRPC Handle TRPCError
I am making an app with next js and trpc, when I make a query with trpc and trhow an error occurs, the client side does not receive the error. My Page: "use client" import { useRouter,
1 Reply
Katzius
Katzius13mo ago
you didn't write how you init the trpc client maybe there you are catching the error