Hy, guys. I have unexpected behaviour of prisma, w...
# orm-help
m
Hy, guys. I have unexpected behaviour of prisma, when select
_count
field in findMany query. Project compiled without errors
n
Hey 👋 It seems that you are facing this issue: https://github.com/prisma/prisma/issues/9553 Can you upgrade to prisma client version
3.0.2
and check if you are still getting this issue?
m
Hello, I also have issue in this query after update, but other one
n
Is your database in sync with prisma schema? The error suggests that it can’t find taskId column, does the database have that column?
m
Yes, schema fully applied to database and is in sync with it We can continue discussion in newer thread: https://prisma.slack.com/archives/CA491RJH0/p1650962877429509 There I answered for other question