T
tRPC
How do you set headers or cookies in procedure ?
How do you set headers or cookies in procedure ?
Looking for more? Join the community!
T
tRPC
How do you set headers or cookies in procedure ?
T
tRPC
How do you set headers or cookies in procedure ?
Recommended Posts
Why use unstable_httpBatchStreamLink in React server components?When using create-t3-app I noticed that they were using `unstable_httpBatchStreamLink` in their `TRPUnsafe return of an `any` typedI am using TRPC with Prisma. I can't seem to get rid of the TypeScript ESlint error.
```
import { zVanilla Client AuthenticationHow to authenticate using the vanilla client? I want to consume this route as the authenticated userGeneric Zod as Input TypeI'm not positive if this is a TRPC question, typescript in general, or failure to understand Zod in