Calling endpoint within another endpoint
[Typescript] Client query / mutate has any type

What do you call the function that is used by a procedure?
wsLink with external (custom) websocket?
Error trying to serve TRPC from custom path in Hono
Next JS error handling.

`useSuspenseQuery` returns unexpected `.json` and `.metadata` (SuperJSON)
trpc+solidjs
Best way to wrap procedure for error handling
withErrorHandling
that you wrap all your procedures with? ...procedures on routers are typed any

Inferring Types not working as expected
Error: Switched to client rendering because the server rendering errored: UNAUTHORIZED

Max number of subscriptions
TRPCError: Unsupported GET-request to mutation procedure at path
TRPCError: Unsupported GET-request to mutation procedure at path "app.trackMetric"
...Context and TanStack
TRPC 11 Classic React Query custom hook
signup/signin
Pre-rendering Error with TRPC useSuspenseQuery – "fetch failed" During Build
Greeting
component. Since the component uses useSuspenseQuery
to call a TRPC endpoint, pre-rendering triggers the call and results in a "fetch failed" error because the route isn’t available during build time. Known workarounds—switching to useQuery
or using prefetch on the page component—prevent the error; however, these solutions are not acceptable in this case.
Code Samples...Throwing error in trpc route, continuously sending a request
protectedProcedure
on hello
router to see if the Suspense
and ErrorBoundary
is working.
As you can see on my network tab I already have a thousands request, I followed the Tanstack React Query/Server Components .
And for the other screenshot that I provided, those are the only changes I made....