angelplusultra
Explore posts from serversPPrisma
•Created by angelplusultra on 6/11/2024 in #help-and-questions
PrismaClientInitializationError
Hi everyone, I am running a Prisma app with Docker and getting this error when the container runs:
I found this (https://github.com/prisma/prisma/issues/8478) Issue on GitHub which goes into this problem however I've attempted all of the suggestions in the entire thread and I'm still getting the error. Here is my current configuration:
docker-compose.yaml
Dockerfile Prisma Schema I've attempted all the solutions from previous comments, I even tried using "linux-musl-arm64-openssl-3.0.x" instead of "linux-musl-openssl-3.0.x" as suggested from someone in the GitHub thread.
Dockerfile Prisma Schema I've attempted all the solutions from previous comments, I even tried using "linux-musl-arm64-openssl-3.0.x" instead of "linux-musl-openssl-3.0.x" as suggested from someone in the GitHub thread.
2 replies