Satou kuzuma
Satou kuzuma
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Satou kuzuma on 4/8/2024 in #questions
next js production problem with auth
I’ve just deployed my app to vercel and when you enter it redirects instantly to auth which does not happen in dev. Any ideas what could be causing this?
2 replies
TTCTheo's Typesafe Cult
Created by Satou kuzuma on 3/29/2024 in #questions
table schema admins table
Is it better to have a table for admins a table for moderators and a tabble for users, or have just one table "users" and an enum type with User, admin and moderator ?
3 replies
TTCTheo's Typesafe Cult
Created by Satou kuzuma on 3/15/2024 in #questions
t3 docs folder structure not up to date?
The folder structure in the docs and the one I have from initializing the stack are not the same and I,m a bit confuse wit the one I’m using. Is missing the pages folder. Instead everything is inside the ‘app’ folder and when I create a page folder inside and move the page.tsx file inside (home route) the application breaks. How can i create a normal page doled structure now?
4 replies