Tarky
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Tarky on 6/18/2024 in #questions
Brand new T3 stack project warnings
11 replies
CDCloudflare Developers
•Created by Tarky on 6/11/2024 in #general-help
How to add a www CNAME that points to my root domain?
I have a proxied domain in cloudflare, added the following DNS record:
TYPE: CNAME
NAME: www
CONTENT: @
But when I try to access my domain using www it cannot be found 404
Any ideas?
8 replies
TTCTheo's Typesafe Cult
•Created by Tarky on 5/30/2024 in #questions
How do you add a new field to Session User in NextAuth using T3 stack?
I added this in my
auth.ts
Then in my session callback
And still I am not being able to retrieve this credits
field from the user table in my DB.
Here's my user table created with Drizzle
2 replies
TTCTheo's Typesafe Cult
•Created by Tarky on 4/18/2024 in #questions
Guide to upgrade from Pages router to App router
Is there a guide somewhere to convert a T3 stack app from
pages
router to app
router? I am currently developing an app but I feel that if I dont change it to the app
router I will be missing important stuff or improvements in Next.js.
- TypeScript
- tRCP
- NextAuth
- Prisma w/ Supabase2 replies