Tarky
Explore posts from serversCCConvex Community
•Created by Tarky on 12/27/2024 in #support-community
Convex Auth with Google Provider
I managed to setup the Google provider for the Convex Auth, the problem I am facing is that whenever I try to render some UI based on the user auth state, it seems that is not working, it keeps showing the Google button, here is my code in Nextjs
Also when I try to click this button again, I get the following error:
And then if I click it for a second time, it redirects me back to the google OAuth screen, any ideas?
11 replies
TTCTheo'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