Image Fetching bug with NextJS
<img className="mx-auto h-20 w-20 rounded-full lg:h-24 lg:w-24" src={`https://github.com/${person[1]}.png`} onError={(e) => replace(e)} />
<img className="mx-auto h-20 w-20 rounded-full lg:h-24 lg:w-24" src={`https://github.com/${person[1]}.png`} onError={(e) => replace(e)} />
throwing error doesn't work in next auth
Use nextauth with supabase email and password
Typescript Determining type of generic.
const handleContinue = <T extends A | B>(data: T) => {}
const handleContinue = <T extends A | B>(data: T) => {}
How can I check inside this function when data = A, or when data = B?...
Is there a way on NextAuth to redirect upon login to a specific page based on session role?
Best Practices - separating business logic from UI
Presigned URL Error Handling
Failed to load resource the server responded with a status of 500 (Internal Server Error)

NextJS Fetching an image that statically served from a microservice
next export
Prisma Next-Auth PlanetScale foreign key constraints are not allowed
nextAuth working only locally (not on vercel deployment)
how does NextJs know what code to run on the backend vs frontend?
Zod discriminatedUnion
.env has never worked for me
How to filter the SpaceX API (mongoDB find() based) by a nested array?! Tech Test
tRPC prefetching for Electron app
Tailwind stop popuop from flowing off screen
Is my approach correct to publish posts as 'published .. time ago' and SSR or tRPC?

Anyone know how to fix this typescript issue?