Casal0x
TTCTheo's Typesafe Cult
•Created by Casal0x on 8/10/2024 in #questions
AWS Amplify & T3 stack env var issue
I’m small app with for now only auth and is not detecting env vars on amplify
I created with next auth, tailwind and nothing else.
On the logs I only see that the next auth and provider env vars are not detected with the message that they are required
13 replies
TTCTheo's Typesafe Cult
•Created by Casal0x on 3/8/2024 in #questions
Change NODE_ENV convention
Any one could change the naming convention that comes with t3 stack latest version. By default is "NODE_ENV: z.enum(['development', 'test', 'production']).default("development")"
i changed to NODE_ENV: z.enum(['dev', 'qa', 'production']).default("dev") but when i start with yarn start it telling me that is receiving "development" and also in .env file is NODE_ENV="dev"
Any help pls
4 replies
TTCTheo's Typesafe Cult
•Created by Casal0x on 8/17/2023 in #questions
Custom 404 page with multiple layouts
43 replies
TTCTheo's Typesafe Cult
•Created by Casal0x on 6/29/2023 in #questions
UploadThing Pricing
I'm just talking with an startup friend about migrating to UploadThing from s3 from cost perspective. We really need to know how much it will cost for example a tb or more, maybe only know how much it cost after 100gb per gb to make our own calculations.
6 replies
TTCTheo's Typesafe Cult
•Created by Casal0x on 5/8/2023 in #questions
t3 stack with Clerk profile creator
I’m just trying to create a profile for the user on sign in/up if it doesn’t have one, I was trying with getting the profile and if data is null instead to return an error (don’t found how to handle the error in the front) get a null and redirect it to a route to complete the profile data, but once I mutate the profile with the data and push the route again to / it is cached with the null value and it redirect again to creating page.
Anyone knows how to clear that cache or have a better method to do this case ?
1 replies