darryl
PPrisma
•Created by darryl on 12/10/2024 in #help-and-questions
Working Build to Non-working Build, OpenSSL & Platform Issues, Docker, Linux, Mac
Thanks for letting me know, it's appreciated.
8 replies
PPrisma
•Created by darryl on 12/10/2024 in #help-and-questions
Working Build to Non-working Build, OpenSSL & Platform Issues, Docker, Linux, Mac
A mixture of adding:
and updating my Dockerfile have resolved this issue.
Dockerfile:
8 replies
PPrisma
•Created by darryl on 12/10/2024 in #help-and-questions
Working Build to Non-working Build, OpenSSL & Platform Issues, Docker, Linux, Mac
FWIW installing openssl at build does not solve the issue.
Nor does "Add "linux-musl" to
binaryTargets
in the "schema.prisma" file and run prisma generate
after saving it" 😭8 replies
PPrisma
•Created by darryl on 12/10/2024 in #help-and-questions
Working Build to Non-working Build, OpenSSL & Platform Issues, Docker, Linux, Mac
And my docker-compose.yml:
8 replies
PPrisma
•Created by darryl on 12/10/2024 in #help-and-questions
Working Build to Non-working Build, OpenSSL & Platform Issues, Docker, Linux, Mac
Here is my Dockerfile:
8 replies
PPrisma
•Created by darryl on 12/10/2024 in #help-and-questions
Working Build to Non-working Build, OpenSSL & Platform Issues, Docker, Linux, Mac
If anyone can offer any advice on how to resolve this issue, it would be much appreciated. I'm working on Mac, building for Linux. Dockerfile & docker-compose.yml to follow:
8 replies
PPrisma
•Created by darryl on 7/5/2023 in #help-and-questions
Error: @prisma/client did not initialize yet. Please run "prisma generate"
This was solved by changing the Node version in my Dockerfile as suggested in this thread https://github.com/prisma/prisma/issues/14073. Really weird for this issue to seemingly come out of nowhere but it's working 🤷♂️
2 replies