T
tRPC
tRPC querying data via function not working
tRPC querying data via function not working
Looking for more? Join the community!
T
tRPC
tRPC querying data via function not working
T
tRPC
tRPC querying data via function not working
Recommended Posts
Next.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