prisma / prisma

Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
https://www.prisma.io
Apache License 2.0
38.95k stars 1.53k forks source link

Prisma Query Engine has paniced. #25236

Open johndrocket opened 2 days ago

johndrocket commented 2 days ago

Hi Prisma Team! My Prisma Client just crashed. This is the report:

Versions

Name Version
Node v18.19.1
OS debian-openssl-3.0.x
Prisma Client 5.16.2
Query Engine 34ace0eb2704183d2c05b60b52fba5c43c13f303
Database postgresql

Logs

inePath /var/www/platform/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node
prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.3
prisma:get-platform The parsed libssl version is: 3.0.x
prisma:client:engines:resolveEnginePath enginePath /var/www/platform/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node
prisma:get-platform Found libssl.so file using platform-specific paths: libssl.so.3
prisma:get-platform The parsed libssl version is: 3.0.x
prisma:client:engines:resolveEnginePath enginePath /var/www/platform/node_module

This is a nested read. I have 2 tables: Lead and User. They have a one-to-one relation. Optional on User's side. I am querying the Lead table and including the User table.

christian-gama commented 2 days ago

Mine too. Never saw that happening before, but my Prisma Client simply panicked. I'm using prisma@5.19.1