Hobbs
Hobbs
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Hobbs on 8/13/2024 in #questions
T3 Next Auth / TRPC Documentation is outdated
I noticed t3 is using next-auth v4 instead of v5 (makes sense, 5 is in beta still). But reading through the docs is still confusing since the links are between v4/v5 and next pages/app router. Does anyone have any reliable sources/examples for a next-auth v5 t3 implementation?
5 replies
TtRPC
Created by Hobbs on 7/31/2024 in #❓-help
Questions around trpc with next.js app router
I have a few questions in wrapping my head around how to get it to work. Is withTRPC<AppRouter> still required? The docs show it: https://trpc.io/docs/v9/nextjs#5-configure-_apptsx but it looks like the example is around the pages router and not app router. I am using createTRPCNext<AppRouter> am I meant to use both createTRPCNext as well as withTRPC ? Below is some of my code for reference
4 replies
TTCTheo's Typesafe Cult
Created by Hobbs on 12/4/2023 in #questions
[UT] Call unsuccessful after 4 tries. Retrying in 8 seconds...
Everything is working fine when running locally but after I have deployed via next -> vercel I am getting these console logs when attempting to upload: [UT] Call unsuccessful after 4 tries. Retrying in 8 seconds...
8 replies