23 days ago
✓ Starting...
✓ Ready in 64ms
Stopping Container
prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
Please manually install OpenSSL and try installing Prisma again.
PrismaClientInitializationError: Unable to require(`/app/node_modules/.prisma/client/libquery_engine-linux-musl.so.node`).
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: Error loading shared library libssl.so.1.1: No such file or directory (needed by /app/node_modules/.prisma/client/libquery_engine-linux-musl.so.node)
at Object.loadLibrary (/app/node_modules/@prisma/client/runtime/library.js:111:10243)
at async r.loadEngine (/app/nodemodules/@prisma/client/runtime/library.js:112:448)
at async r.instantiateLibrary (/app/nodemodules/@prisma/client/runtime/library.js:111:12599) {
clientVersion: '5.22.0',
errorCode: undefined
}
PrismaClientInitializationError: Unable to require(`/app/node_modules/.prisma/client/libquery_engine-linux-musl.so.node`).
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: Error loading shared library libssl.so.1.1: No such file or directory (needed by /app/node_modules/.prisma/client/libquery_engine-linux-musl.so.node)
at Object.loadLibrary (/app/node_modules/@prisma/client/runtime/library.js:111:10243)
at async r.loadEngine (/app/nodemodules/@prisma/client/runtime/library.js:112:448)
at async r.instantiateLibrary (/app/nodemodules/@prisma/client/runtime/library.js:111:12599) {
clientVersion: '5.22.0',
errorCode: undefined
}
Registration error: PrismaClientInitializationError:
Invalid prisma.user.findUnique()
invocation:
Unable to require(`/app/node_modules/.prisma/client/libquery_engine-linux-musl.so.node`).
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: Error loading shared library libssl.so.1.1: No such file or directory (needed by /app/node_modules/.prisma/client/libquery_engine-linux-musl.so.node)
at $n.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7615)
at $n.handleAndLogRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:6623)
at $n.request (/app/node_modules/@prisma/client/runtime/library.js:121:6307)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async l (/app/node_modules/@prisma/client/runtime/library.js:130:9633)
at async l (/app/.next/server/app/api/auth/register/route.js:1:898)
at async /app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:36258
at async eR.execute (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:26874)
at async eR.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:37512)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1377:42) {
clientVersion: '5.22.0',
errorCode: undefined
}
1 Replies
23 days ago
I have got this issue solved by installing the latest Prisma and Next version. Thanks.
Status changed to Open railway[bot] • 23 days ago
Status changed to Solved chandrika • 22 days ago