Error: Schuh konnte nicht abgerufen werden:
Invalid `prisma.shoe.findMany()` invocation:
Prisma Client could not locate the Query Engine for runtime "linux-musl-openssl-3.0.x".
This happened because Prisma Client was generated for "darwin-arm64", but the actual deployment required "linux-musl-openssl-3.0.x".
Add "linux-musl-openssl-3.0.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it:
generator client {
provider = "prisma-client"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
}
The following locations have been searched:
/ROOT/prisma/generated
/app/prisma
/Users/eugen/Project/Shoegen/shoegen/prisma/generated
/.prisma/client
/tmp/prisma-engines
