Update to 5.16 results in Initialization Error
On version 5.15.1 everything works fine but updating to 5.16.0 results in this error attached.
Solution:Jump to solution
GitHub
Release 5.16.1 · prisma/prisma
Today, we are issuing the 5.16.1 patch release to fix an issue in Prisma client.
Fix in Prisma Client
dotenv loading issue with PrismaClient
Prisma Seed Script Fails After Upgrading to v5.16.0 (D...
6 Replies
Hey @Maetes
Does the error go away if you downgrade to version 5.15.1?
When exactly do you get this error?
Which database are you using?
Hi @Nurul (Prisma) . Yes it goes away when I downgrade. I use PostgreSQL. I get it once I connect to the database with the prisma-client. the CLI works perfect.
We are releasing a patch release 5.16.1 later today, it would be great if you can try out the new version and see if that fixes the issue
I will definitely try and give feedback. Thank you
Solution
5.16.1 patch release just went live:
https://github.com/prisma/prisma/releases/tag/5.16.1
GitHub
Release 5.16.1 · prisma/prisma
Today, we are issuing the 5.16.1 patch release to fix an issue in Prisma client.
Fix in Prisma Client
dotenv loading issue with PrismaClient
Prisma Seed Script Fails After Upgrading to v5.16.0 (D...
Thank you! Everything fixed!