celeroncoder
celeroncoder
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
but it's possible right?
9 replies
TTCTheo's Typesafe Cult
Created by celeroncoder on 5/12/2023 in #questions
Can I use tRPC with Next.Js App Router
Ah... I wasn't following the t3 stack news for a while
9 replies
TTCTheo's Typesafe Cult
Created by celeroncoder on 9/21/2022 in #questions
Error on mutation `connection timeout error prisma.uRL.update()`
here's the schema
model URL {
id String @id @default(cuid())
longURL String
code String @unique
shortURL String
redirects Int @default(0)
user User @relation(fields: [userId], references: [id])
userId String
}
model URL {
id String @id @default(cuid())
longURL String
code String @unique
shortURL String
redirects Int @default(0)
user User @relation(fields: [userId], references: [id])
userId String
}
and the uRL isn't a typo
3 replies