TRPC cant handle Error
Hi, can someone please help me: https://stackoverflow.com/questions/77333318/trpc-handle-trpcerror
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
you didn't write how you init the trpc client
maybe there you are catching the error