şiar_619
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
this worked thanks so much
24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
The column
es.Post.id
does not exist in the current database.
❌ tRPC failed on post.getLatest:
Invalid prisma.post.findFirst()
invocation:
The column es.Post.id
does not exist in the current database.
GET /api/trpc/post.getLatest?batch=1&input=%7B%220%22%3A%7B%22json%22%3Anull%2C%22meta%22%3A%7B%22values%22%3A%5B%22undefined%22%5D%7D%7D%7D 200 in 512ms
prisma:query SELECT es
.Post
.id
, es
.Post
.name
, es
.Post
.createdAt
, es
.Post
.updatedAt
FROM es
.Post
WHERE 1=1 ORDER BY es
.Post
.createdAt
DESC LIMIT ? OFFSET ?24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
when i added post table to database it gave me this error
24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
The table
post
does not exist in the current database.
A query that was dehydrated as pending ended up rejecting. [[["post","getLatest"],{"type":"query"}]]: TRPCError:
Invalid prisma.post.findFirst()
invocation:
The table post
does not exist in the current database.; The error will be redacted in production builds
⨯ Internal error: Error: redacted
at eval (./node_modules/@tanstack/query-core/build/modern/hydration.js:37:31)24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
i created an empty scheme to connect it but i am new too these stuff how can i do it?
24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
i am using mysql
24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
i cannot connect a db to it
24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
alright ill try that thanks
24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
prisma:error
Invalid
prisma.post.findFirst()
invocation:
The table main.Post
does not exist in the current database.
❌ tRPC failed on post.getLatest:
Invalid prisma.post.findFirst()
invocation:
The table main.Post
does not exist in the current database.24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
i dont have a database right now i have just started to learn t3. could it be the problem
24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
when i run npm run dev i got this error
24 replies
TTCTheo's Typesafe Cult
•Created by şiar_619 on 7/15/2024 in #questions
im getting this error
no i was just following theos tutorial video
24 replies