PrismaP
Prisma14mo ago
13 replies
Luna.py

Issue with prisma

Hi I keep getting this message about OpenSSL when deploying my app to heroku and trying to run it
IMG_4308.png
Solution
So another user in another discord helped me out and it actually worked.

For anyone else who is currently experiencing this issue, this is what solved the problem

I added this line just after defining the base image to use

FROM node:18-apline
RUN apk add --no-cache openssl
Was this page helpful?