trpc cors
T3 app tRPC external calls
Next-auth session not being fetched in tRPC context
useMutation not handeling arguments correctly.
{"0":{"email":"dev@dev.dev","password2":"test"}}
and the response complains about receiving undefined
instead of object
. I'm using Zod for input schema.
Furthermore, the useMutation arguments are any
according to Visual Studio Code intellisense...Update Clerk Organization from TRPC Router (T3 Stack)
How to not send request in specific condition in useQuery()
const { data: artists, isLoading } = api.findArtist.useQuery({
name: search,
});
const { data: artists, isLoading } = api.findArtist.useQuery({
name: search,
});
enabled: !!search
TRPCClientError: fetch failed
inferRouterOutputs not inferring

Modular Router Thoughts
@org/asana
and @org/zoom
I have another package, that is my big-ole-router that builds the trpc router and imports all those other packages, builds middlewares to add clients, builds procedures to scope each service.... This was great when I had the router mounted in a mega App I used to have, but now I am making smaller apps with more scoped features.......Issue with trpc fetch when trying to pass Clerk auth to context
Error: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
This is my code:
...BullMQ + TRPC
Trpc refetches all of the queries when i run a mutation

tRPC Client on NodeJS server keeps complaining that no fetcher has been configured
Best Practice to Fetch a Query OnDemand
Output Response Shape
Need help

useQuery hook modify data on fetch.
Accepting a DecoratedProcedure with inputs and outputs that extend some given types
useEffect and useMutation error about conditional rendering of hooks
Guide to create an adapter