santiago_28407S
tRPC3y ago
2 replies
santiago_28407

TRPC cant handle Error

Stack Overflow
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,
TRPC Handle TRPCError
Was this page helpful?