i am new to react, nextjs and t3 stack in general i am trying to implement clerk with the t3 stack (app router, trpc, tailwind, prisma) but i am getting dynamic server error when pushing my code to vercel can someone please guide me
Solution
i just did
export const dynamic = "force-dynamic"
export const dynamic = "force-dynamic"
and all errors from vercel are gone i dont think that this is the most performant solution but it works