T
tRPC
how to connect trpc server (t3 stack) from my external nextjs app?
how to connect trpc server (t3 stack) from my external nextjs app?
Looking for more? Join the community!
T
tRPC
how to connect trpc server (t3 stack) from my external nextjs app?
T
tRPC
how to connect trpc server (t3 stack) from my external nextjs app?
Recommended Posts
trpc.legacyRouterName.procedure "does not exist" on type CreateTRPCNextBase, runs anywayHave reached the end of a massive trpc 9 -> trpc 10 migration, executed using the official guide witNot getting legacy router ops in merged tRPC 9 routerFollowed the guide to merge my large tRPC 9 router with tRPC 10, but now I can't use useQuery or acccreateTRPCNext Type Error + useQuery Not DefinedI'm trying to use the conventions for `createTRPCNext ` from https://github.com/trpc/examples-next-pRead response headers on the clientIve been searching for a while trying to figure out how to access response headers on the client. FoIs it possible to access context in input?Hi,
I have a validator that requires to get context of prisma in the `input`, Is it possible to get TRPCContextState not found in v10In our v9 app, we used TRPCContextState from internals to type out TRPC utils, importing it like `im