For some reason, when I upload a nextjs app (using Prisma) to OpenShift (kubernetes) , the only way I can get prisma to work is if I copy another copy of
.env
from
./prisma/.env
to
./.env
- any idea why this is?
r
Ryan
07/13/2021, 6:09 AM
@Will 👋
What version of Prisma are you using? The newer versions read
.env
from the root of the workspace so this might be the case.