You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> docker run ...
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
...
✓ Starting...
✓ Ready in 2.4s
[Error [PrismaClientInitializationError]: Prisma Client could not locate the Query Engine for runtime "debian-openssl-3.0.x".
This happened because Prisma Client was generated for "linux-musl-openssl-3.0.x", but the actual deployment required "debian-openssl-3.0.x".
....
Provide environment information
Describe the bug
generates wrong prisma client in docker build
Then you run container and get
Reproduction repo
https://github.com/maxktz/t3-docker-prisma-bug-reproduction
To reproduce
Additional information
Adding this into binaryTargets in schema works, but doesn't look as a really good approach for me
The text was updated successfully, but these errors were encountered: