a month ago
Hello i keep getting this crashed while deploying
PrismaClientInitializationError: Unable to require(``).
The Prisma engines do not seem to be compatible with your system. Please refer to the documentation about Prisma's system requirements: https://pris.ly/d/system-requirements
Details: Module did not self-register: ''.
at Object.loadLibrary (/app/nodemodules/@prisma/client/runtime/library.js:110:10219) at async Cr.loadEngine (/app/nodemodules/@prisma/client/runtime/library.js:111:448)
at async Cr.instantiateLibrary (/app/node_modules/@prisma/client/runtime/library.js:110:12575) {
clientVersion: '5.19.1',
errorCode: undefined
}
I think it's related to my prisma, have anyone have the same issue before??
projectID: 4f74db8e-a3b5-42b8-b383-5d9a8264d76b
prisma
0 Replies
a month ago
Can you share the repository?
a month ago
This is a fairly old prisma version
Could u try setting a "PRISMA_CLIENT_ENGINE_TYPE=binary" env var?
a month ago
Make sure to re-generate your prisma client after making that change
a month ago
There's a lot of wrong things in that repo, you build your own libquery engine, you have your own bash scripts to check prisma engine types and regenerate…
a month ago
I don't think this issue is related to Railway itself