T
tRPC
tRPC subscription : Access to socket ID from subscription
tRPC subscription : Access to socket ID from subscription
Looking for more? Join the community!
T
tRPC
tRPC subscription : Access to socket ID from subscription
T
tRPC
tRPC subscription : Access to socket ID from subscription
Recommended Posts
Having Issue With Context in App Directory Next.jsI am having an issue with creatin the trpc context with both the session and prisma. I am trying to tRPC querying data via function not workingIn the below code, `fetchSocialMediaData` is logging `themeId` but, not `response`, getting error asNext.js app router + TRPC...how to set it up?> **Note**
> You can already use tRPC with app directory, by:
>
> - using `@trpc/client` directly inHow do I setup App router + TRPC + Lucia Auth? (protected routes)I'm trying to setup tRPC with Lucia in app router but I struggle to make protected routes work.
I mNEXT.JS / Serverless AWSConfigured trpc locally. Everything works great. When deploying via serverless on aws - mutations doHow do I set a context dynamically?I don't fully understand middleware in trpc and especially using it for adminProcedures.
So my trpcHow to make LoaderAndError component which is type safe?I i have a query like this `const { data, isLoading, isError } = trpc.settings.get.useQuery();`
NowTRPC vanilla client load failed when called on mobile browserHi, I have created a vanilla client to use TRPC without hooks in a NextJS project:
```
import { cre`createCaller` and RSC - with next-authI've been upgrading my trpc routers and handlers to support edge+app router with drizzle and next-auuseQuery always fetching when active on pageHi, I was call my procedure like this, using NextJs (page directory)
const { isLoading, isError, isS