tonyalcast
HOBBYOP
a year ago
Hello, I'm getting this error when building my project.
Any ideas why this it happening? Locally everything builds fine. I tried with nixpacks and dockerfile, both are not working.
Project ID: 91cf1055-d930-488f-bb7b-40d9f80c37ae
5 Replies
lasse
PRO
a year ago
Have you remembered to generate your prisma client?
I haven't touch that project for 3 years so I forgot that step, thanks buddy.
Just a small update about this. I had to set the node version of my container to node:16-alpine3.16 in order to allow my old version of prisma to run properly.

