New NodeError (looping error)
trpc query only once parameter is not null
const { data: sessionData } = useSession();...React Table getting weird key error

Unsafe return of any typed value, using prisma upsert

How to make the NextAuth custom signin page typesafe?

Complicated recursive types for self-relations in prisma models...
Next Auth + Next13 error
useSession must be wrapped in a <SessionProvider />
I get this error in the console when I want to wrap myApp component.
I'm using Nexta13 and I'm not entirely sure if my folders are well organized. Maybe the error is due to this? Could you take a peek? ...
Refetch minimum duration?
tRPC "Cannot destructure property 'client' of 'useContext(...)' as it is null"
TypeError: Cannot destructure property 'client' of 'useContext(...)' as it is null.
TypeError: Cannot destructure property 'client' of 'useContext(...)' as it is null.

Clerk auth
Anyone have any opinions on using Vitest or Jest for testing a NextJS + TS app?
trick to handle potentially undefined values
best way to handle image upload in t3 stack
trpc useContext()
Dynamic page omit assertion of router.query
pid as string ? ```ts
import { useRouter } from 'next/router'
const Post = () => {
const router = useRouter()...Getting ts-jest to work with testing files that use the .env mjs files
env variable which is setup in these .mjs files. When I run jest it keeps failing to import from "./schema.mjs". Does anyone have an example repo which has test working fine in this scenario?Make a button which downloads PDF
Failed to load next.config.mjs
next.config.mjs
```
frontend-new@0.1.0 dev next dev...
Turborepo, Docker and multiple Nextjs Apps.
how can i useQuery() useMutation() in a useEffect