celeroncoder
celeroncoder
TTCTheo's Typesafe Cult
Created by celeroncoder on 9/17/2024 in #questions
ENV variable parsed with quotes "\""
I initialized t3-app with t3-env package to validate env variable on a Windows machine, the validation fails as the env variable is parsed as z.string().url() the .url() validation fails as the variable is parsed as "url" with the quotes, initially env variables was set as
DATABASE_URL="url"
DATABASE_URL="url"
changed it to:
DATABASE_URL=url
DATABASE_URL=url
didn't work I changed it to use dotenv that works nicely, so what is the problem with env-validation ??
2 replies
TTCTheo's Typesafe Cult
Created by celeroncoder on 4/7/2024 in #questions
Server Side Exception on Vercel Deployment
No description
3 replies
TTCTheo's Typesafe Cult
Created by celeroncoder on 5/12/2023 in #questions
Can I use tRPC with Next.Js App Router
I want to know if there's a way I can use tRPC with Next.Js app router. I mean, I don't want to use it in server components but inside client components to have the tRPC magic in them.
9 replies
TTCTheo's Typesafe Cult
Created by celeroncoder on 9/21/2022 in #questions
Error on mutation `connection timeout error prisma.uRL.update()`
3 replies