Skip to content

Commit

Permalink
Maybe it has to be not native?
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerg committed Oct 20, 2024
1 parent d1e7663 commit 2331a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ generator client {
provider = "prisma-client-js"
previewFeatures = ["deno"]
output = "../generated/prisma"
binaryTargets = "native"
// binaryTargets = "native"
}

datasource db {
Expand Down

1 comment on commit 2331a18

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 2331a18 Oct 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

PrismaClientInitializationError: Unable to require(`/src/generated/prisma/libquery_engine-debian-openssl-1.1.x.so.node`).
The Prisma engines do not seem to be compatible with your system. Please refer to the documentation about Prisma's system requirements: https://pris.ly/d/system-requirements

Details: This API is not supported in this environment
    at Object.loadLibrary (file:///src/generated/prisma/runtime/library.js:110:10243)
    at Object.runMicrotasks (ext:core/01_core.js:691:26)
    at Array.processTicksAndRejections (ext:deno_node/_next_tick.ts:57:10)
    at eventLoopTick (ext:core/01_core.js:172:29)
    at async Ar.loadEngine (file:///src/generated/prisma/runtime/library.js:111:448)
    at async Ar.instantiateLibrary (file:///src/generated/prisma/runtime/library.js:110:12599)

Please sign in to comment.