[next-auth + google] can't login on production
Server Actions: Do you need to validate the session when calling Server Actions?
uploadthing error

pnpm install fails with code 128

Supabase Auth vs Clerk
How to call mutate only once on page visit? (For Change Email Confirmation Links)
base-url.com/email-reset?token={token_uuid}. The user clicks the link and lands on a page that shows a modal, which varies based on whether it's loading, successful, or encounters an error.
My goal is to trigger the resetEmail mutation only once, as soon as the token from the URL becomes available. However, I've noticed that the mutation often gets triggered multiple times. This is an issue because the first successful mutation deletes the token from the backend, causing any subsequent mutations to fail and display the error modal although the email change is successful.
Here's a code snippet for context:...Filtering and search in RSC
Is there a way to create a custom object when selecting?
Take-home assignment
Next 13 App folder question
SSR with tRPC (9.x) works for one query but not the other even though they're practically identical
ShadCn Styling / Functionality Issue
tRPC: Why useQuery() tries to refetch when error occurs while useMutation() doesn't?
test: publicProcedure.input(z.string().min(5)).query(async () => {
return "hi!";
}),
test: publicProcedure.input(z.string().min(5)).query(async () => {
return "hi!";
}),
Prisma migration issue on vercel deployment
Struggling with CSP nonce
Struggling with PNPM Workspaces - How to Link Local Packages
zod-to-fields that I wish to test with multiple frontend frameworks (React, Vue, Svelte). I'm using PNPM and have set up a workspace, but I'm having trouble figuring out how to make it all work smoothly.
📂 Folder Structure...T3 env in nextjs custom typescript server
env.mjs
Version I've used for T3 Stack https://discord.com/channels/966627436387266600/988912020558602331/1150912514322870322
Ts custom server example from vercel https://github.com/vercel/next.js/tree/canary/examples/custom-server
...updates to tailwind.config.ts not applying?
Property 'res' does not exist on type ctx
