Bug description
Since this morning all my call to model.findMany are giving me this error when running on Heroku:

But it's working fine when i'm running my project locally. It's the same code on heroku but the findMany calls are not working...
This is the of code for the above error:
const pendingBets = await prisma.bet.findMany({
where: {
status: 0
},
});
Environment & setup
- OS: MacOs
- Database: PostgreSQL
- Node.js version: 16.15.0
Prisma Version
Bug description
Since this morning all my call to model.findMany are giving me this error when running on Heroku:
But it's working fine when i'm running my project locally. It's the same code on heroku but the findMany calls are not working...
This is the of code for the above error:
Environment & setup
Prisma Version