SSE - is it efficient to handle SSE this way?
for next-auth how to include a different model to a User Object
How to handle Primsa DateType (JS Date) in getStaticProps | getServersideProps
is trpc + prisma right for my problem
Make Zod.string() handle empty string as undefined
z.string().min(4)
z.string().min(4)
"" to throw Field X is required and "abc" to throw Field X must contain at least 4 characters....How would you make requests to an Open API that follows traditional REST using t3 stack
Looking for something like upload.io but free for small usages
Solid vs React
Next Auth not working in production only
Try signing in with a different account. and in the URL the error is signin?error=Callback.
I created 2 apps for OAuth with Github, one for my dev env (redirecting to localhost) and one for the production (redirecting to my Vercel domain). I followed the Next Auth deployment, so I added a secret in my env vars and link it to the secret param in my config.
I don't understand why I'm getting this error only on production and not in development 🧐...
[Tailwind&Prisma] How can you tie a tailwind color configuration to a prisma enum❓
Module not found Can't resolve 'fs'
1 | const fs = require("fs")...
List In UI Not Showing New Data Until Refreshed tRPC React-Query
Easy drop in payment solution? that works with t3 or nextjs
Dashboards with Tailwind
motion one doesn't allow for initial values?
is Astro SPA a good idea?
What is everyone using for testing their T3 App?