Brendan Berman
07/08/2021, 11:41 PMQuery engine binary for current platform "linux-arm-openssl-1.1.x" could not be found.
Would really appreciate any help debugging this! I’ll drop more details into a 🧵Brendan Berman
07/08/2021, 11:44 PMweb/server/package.json
web/server/node_modules/...
web/server/prisma/schema.prisma
web/server/.dist/index.js
<- where we compile code to
We just switched over to using esbuild instead of typescript directly. But I haven’t noticed a connection between esbuild & this bug yet.Brendan Berman
07/08/2021, 11:46 PMyarn
for our package management.Brendan Berman
07/08/2021, 11:51 PMprisma -v
Environment variables loaded from .env
prisma : 2.26.0
@prisma/client : 2.26.0
Current platform : darwin
Query Engine : query-engine 9b816b3aa13cc270074f172f30d6eda8a8ce867d (at node_modules/@prisma/engines/query-engine-darwin)
Migration Engine : migration-engine-cli 9b816b3aa13cc270074f172f30d6eda8a8ce867d (at node_modules/@prisma/engines/migration-engine-darwin)
Introspection Engine : introspection-core 9b816b3aa13cc270074f172f30d6eda8a8ce867d (at node_modules/@prisma/engines/introspection-engine-darwin)
Format Binary : prisma-fmt 9b816b3aa13cc270074f172f30d6eda8a8ce867d (at node_modules/@prisma/engines/prisma-fmt-darwin)
Default Engines Hash : 9b816b3aa13cc270074f172f30d6eda8a8ce867d
Studio : 0.408.0
Brendan Berman
07/08/2021, 11:57 PMjanpio
janpio
janpio
Brendan Berman
07/09/2021, 2:25 PM.dist
directory works perfectly! Of course, it’d be nice for this postbuild step to not be necessary though. I’ll post back here once I have a simple repro to share 🙂janpio