T
tRPC
how to handle error from Zod in trpc?
how to handle error from Zod in trpc?
Looking for more? Join the community!
T
tRPC
how to handle error from Zod in trpc?
T
tRPC
how to handle error from Zod in trpc?
Recommended Posts
404 TRPCError: no query procedure on pathHi, this is my entire standalone tRPC server:```ts
import { initTRPC } from "@trpc/server";
import {Call multiple TRPC endpoints from onSuccess()?I would like to create an API chain for analysing a geographic area where one successful API call caHow to set sizeLimit > 1MB (to solve 413 error)?Hi all,
I am trying out the T3 stack where I want to send area polygons given by the user to my NexHow to manage server to server communicationWould managing headers this way work in nextjs as server to server communication?
or does next managReplacing the dot notation in URLs with forward slash `/` ?is there a way to replace the dot separation with a forward slash instead ?
so instead of `/api/tWhich one method should I use for creating trpc for server componetns in Nextjs 13 App dirHi which one I should use experimental_createTRPCNextAppDirServer or createTRPCProxyClient when it cCan someone explain to me the use of tRPC in server components?I can really see the need for tRPC in client components but can someone explain to me how you would Error-Boundary and TRPCIs there a nice way to catch errors from TRPC at a global level and bubble them into a simple alert