uralsmh
PPrisma
•Created by uralsmh on 8/4/2024 in #help-and-questions
Issues with Prisma 5.3.1: OpenSSL Version Mismatch during Build and Runtime in Docker
I am encountering issues with my setup involving Prisma 5.3.1 and Docker. During the build process, I receive the following error: in this GitHub issue, https://github.com/prisma/prisma/issues/16232 which suggests that there is no need to install OpenSSL manually. However, this did not resolve the issue for me.Is there a specific configuration I am missing in my Dockerfile or schema.prisma file that can ensure compatibility?
Is there a recommended way to ensure that the Prisma Client is correctly generated for the required OpenSSL version within a Docker environment?
Project Details:
Prisma Version: 5.3.1
Node Version: 20
Docker Image: node:20-bookworm and node:20-bookworm-slim
6 replies
PPrisma
•Created by uralsmh on 6/18/2024 in #help-and-questions
prisma is generating some crappy migrations for no reason
Hey folks,
Can someone guide me why prims is generating some crappy migrations for no reason?
I mean why it deletes the constraint
ActionDependencyList_pkey
and add it again after?
2 replies
PPrisma
•Created by uralsmh on 5/24/2024 in #help-and-questions
ERROR: column "filename" of relation "ActionDependencyList" contains null values
Sorry for the noob question but I am a bit confused what should I do after this error. Can someone help me please?
12 replies