Prisma (v5.22.0) not working on deploy (on server startup)
mattz6
HOBBYOP
10 months ago
- PrismaClientInitializationError: Unable to require(`/app/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node`).
- Prisma cannot find the required `libssl` system library in your system. Please install openssl-3.0.x and try again.
- Details: libssl.so.3: cannot open shared object file: No such file or directory
at new PrismaClientInitializationError (/app/node_modules/@prisma/client/runtime/library.js:21:1872)
at /app/node_modules/@prisma/client/runtime/library.js:111:10243
- Bun v1.1.34 (Linux x64)I'm getting this error on deploy step 
1 Replies
brody
EMPLOYEE
10 months ago
Hello,
Due to Nixpacks not supporting the latest version of Bun I would have to recommend you move to a Dockerfile based build, and in doing so you will likely fix this error.
Best,
Brody
Status changed to Awaiting User Response Railway • 10 months ago
Railway
BOT
4 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 4 months ago