CVA Boolean type enables
invalid environment variables
Problems with next-auth middleware
Create T3 app to PWA
Need advice on SVGs for creating custom shapes for react/next
Stupid Prettier parsing, it adds two spaces triggering my ADHD error system


Vercel deployment error
npm runing locally works well, but deploying on vercel gives me this strange error with no inormation
:x: tRPC failed on posts.create: Unauthorized -- from T3 Stack Tutorial tutorial
Can't get shadcn/ui to work with Create T3 App
Question about Prisma Joins and Performance
Change return type based on value of parameters
Thoughts on Codeium
Fresh CT3 app nextAuth error
.env file. Generated a secret using openssl rand -base64 32 and set it as the next auth secret. Now when trying to login i keep getting errors:
```[next-auth][error][JWT_SESSION_ERROR]
https://next-auth.js.org/errors#jwt_session_error Cannot read properties of undefined (reading 'id') {
message: "Cannot read properties of undefined (reading 'id')",...Rendered more hooks than during the previous render.
const user = useUser();
const email = user.user?.emailAddresses?.[0]?.emailAddress;
const isAdmin = api.user.isAdmin.useQuery(email ?? '').data;
const user = useUser();
const email = user.user?.emailAddresses?.[0]?.emailAddress;
const isAdmin = api.user.isAdmin.useQuery(email ?? '').data;
api.user.checkUser.useQuery(email ?? '', {
enabled: user.isSignedIn
});
api.user.checkUser.useQuery(email ?? '', {
enabled: user.isSignedIn
});

Prisma Seed File Temaplate
Typescript-Eslint Error
Pwa + nextauth
Next.js Headless CMS for Markdown with MathType support?
Using passport-steam and supabase auth in nextjs.
Type safety in apollo server