Pagination for multiple items
nextauth deployed in gcp no_secret
NO_SECRET in the logs
i tried setting up variables in .env with
1. NEXTAUTH_SECRET (and nextauth will automatically get the secret)
2. set custom variables like MY_SECRET then define it in [...nextauth].ts secret: process.env.MY_SECRET...Can anyone share how to infer type of class member of trpcresponse
How do I make the grid or flex item grow to the size of the parent on click?
env Variables causing issue deploying to Vercel

Hi, I am getting a hydration error and I am hella confused on why. I dont see any incorrect tsx here
How Can I Pass a Ref Down To A Child Component and Have It Not Just Be The Starting Value
Next Auth Production Issue
add fields to session
orgId from my User table before almost every query/mutation. Ideally I'd just like orgId to be included in my ctx/session so I can access it directly similar to ctx.session.user.id. I have orgId in my Session table already, but not sure how to map that to context/session.
an example of a typical query:
` getLowInvWarnings: protectedProcedure.query(async ({ ctx }) => {...Array with generic vs type[]

Deploying to AWS Amplify
How to type storing JSON in Postgres with Prisma
Prisma.JsonValue. However, I know what the shape of this json will be. In their docs they recommend doing this (light mode screenshot).
The issue is that Prisma.JsonArray is just a type saying its an array of other json stuff. How can I make it an array of an actual type I know? Ideally as Link[] would be good but I have to do as unknown as Link[] for that to work and it does not feel correct. Any ideas? Thanks
```ts...
REST API Error Handling
Public folder from create-t3-app trpc router?
best way to create a mobile experience for a webapp
[Solved] Conditional types
Can anyone share an example trpc mutation based onSubmit values from a form

Type Error while building

