9 Replies
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the
#ask-ai
channel awaits if you're curious!I ran to proxy the endpoint to my localhost.
if using serverless overcomplicates things I dont need to use it. Priority is getting this to work.
Hey!
Have you added any binaryTargets in the generator in
schema.prisma
file? Can you share it?
The error you are observing seems similar to this one:
https://github.com/prisma/prisma/issues/8483GitHub
Query Engine not found on Serverless App · Issue #8483 · prisma/p...
Bug description I'm building an application using: Serverless Framework + Yarn Workspaces + Serverless Bundle to package the lambdas; I'm having issues with the query engine binary, tried a...
hey @Nurul (Prisma) aside from my models this is all i have
would definitely appreciate some help here as its been a blocker for several days : /

@Nurul can i please have some help here?
Still nothing :/
try adding binaryTargets to your generator client
binaryTargets = ["native", "rhel-openssl-1.0.x"]
i added that unfortunately it didnt fix the issue.
@cesar sampaio any other ideas? would really appreciate the help :
Hey @Mas0n
Sorry for the delay in getting back to this thread.
Can you let me know your Node version?
If you are deploying to node version 20+ then, can you try adding
rhel-openssl-3.0.x
not (rhel-openssl-1.0.x
) and check if the issue gets fixed?
If you are deploying to arm64 gravitron instances then I would also recommend adding these binary targets.