13 4.188 Error Unable to establish a connection to query-engine-node-api library.
Has anyone encountered this before? It occurs during the build step on railway and doesn't occur locally:
https://github.com/prisma/prisma/issues/14073
maybe?
GitHub
Unable to establish a connection to query-engine-node-api library. ...
Bug description Error: Get Config: Unable to establish a connection to query-engine-node-api library. It seems there is a problem with your OpenSSL installation! Details: Unable to require(`/home/f...
37 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
no luck unfortunately
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
same issue
just making sure, this is the right place for the variable?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I'd appreciate it, I'm super rusty with Dockerfiles.
I'm confused, what caused the change? Up until this morning I didn't have this issue
What version of prisma and node are you using?
Can you share a project id or a repo?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Node version locally is: v18.9.0
project id?
Is that a railway id? Where can I find that?
just a link to the deployment will work
I think the problem is that it is being built with node 16. Can you add
to you
package.json
as well as the variable NIXPACKS_PKGS=openssl
(and remove the NIXPACKS_APT_PKGS
variable)pushed, and currently building now, will report back
It might still error. I'm trying some things. I am unsure what is up with this prisma
Fixed the error, although I have a new one now
very strange. I am checking
I checked my prisma migrate command and it told me no changes have been found, not quite sure what it's referring to in the error
^ locally
I see that you have successful build from 2 days ago. What has changed since then?
That's what I'm confused about, I don't know what I've changed since then that would cause issues
All I changed between the working and non working deployments
Can you try deploying again
oh weird
i dunno what happened but I can't get to my railway dashboard at all right now
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Can you DM me your public IP address please
went ahead and redeployed, will see if there are any changes
Looks like it built and deployed okay?
I beleive an update to nixpacks broke something with openssl. Taking a deeper look now, but it should be good to go on railway
just in time too! I had a call where I did a live demo of something (i had completely forgotten we were having deploy issues)