Hey all, hope this is the correct place. I'm deplo...
# orm-help
g
Hey all, hope this is the correct place. I'm deploying a keystone.js (using prisma) app to DigitalOcean using the app platform. It builds, but when it starts up it immediately fails saying "PrismaClientConstructorValidationError: Unknown datasource postgresql provided to PrismaClient constructor.Available datasources: sqlite". Locally runs fine with either sqlite and postgres, and the locally running version also connects fine to my digitalocean postgres server. Am I missing some setting or dependency that I'm overlooking?
I figured this out, I was relying on NODE_ENV production but it wasn't set during build. Putting this here in case anyone else might wonder, if not: nothing to see here!😬
👍 1
n
Good to hear that the issue was resolved 👍