Hi, does anyone know of an issue where prisma can’...
# orm-help
a
Hi, does anyone know of an issue where prisma can’t load
Node-API
from the RHEL libquery engine on AWS EC2? I’m trying to run prisma on an AWS Centos 7 environment that’s been working for a while, but about two weeks ago, I’ve been getting this error whenever I try running it on my environment
Copy code
Error: Unable to load Node-API Library from /snapshot/project/node_modules/.prisma/client/libquery_engine-rhel-openssl-1.0.x.so.node, Library may be corrupt
I’ve been able to confirm that it works on a non-AWS RHEL environment, so I’d assume it has to do with some kind of recent update? The only problem is I’m not quite sure what might have caused it.
n
Hey Alex 👋 I am not aware of anyone who faced this issue, possibly it could be due to an AWS update, could you please create a GitHub Issue for this so that our engineering team could have a look?
a
Update in regards to the ticket, it does look like the library is corrupt in my
.prisma/client
when I run the generate command