[GH-ISSUE #3737] [BUG]: Error on Create Workspace #2405

Closed
opened 2026-02-22 18:29:31 -05:00 by yindo · 3 comments
Owner

Originally created by @ssmns on GitHub (Apr 29, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3737

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

I am on a archbase distro and I use appimage version but when i want create a workspace i get bellow error:

Error: Invalid prisma.workspaces.create()invocation: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x". This happened because Prisma Client was generated for "debian-openssl-3.0.x", but the actual deployment required "debian-openssl-1.1.x". Add "debian-openssl-1.1.x" tobinaryTargetsin the "schema.prisma" file and runprisma generate after saving it: generator client { provider = "prisma-client-js" binaryTargets = ["native", "debian-openssl-1.1.x"] } The following locations have been searched: /tmp/.mount_Anythilcr7NB/resources/backend/node_modules/.prisma/client /tmp/.mount_Anythilcr7NB/resources/backend/node_modules/@prisma/client /home/tim/Documents/anything-llm-desktop/anything-llm/server/node_modules/@prisma/client /tmp/prisma-engines /tmp/.mount_Anythilcr7NB/resources/backend/prisma

Image

Are there known steps to reproduce?

No response

Originally created by @ssmns on GitHub (Apr 29, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3737 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? I am on a archbase distro and I use appimage version but when i want create a workspace i get bellow error: `Error: Invalid `prisma.workspaces.create()` invocation: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.1.x". This happened because Prisma Client was generated for "debian-openssl-3.0.x", but the actual deployment required "debian-openssl-1.1.x". Add "debian-openssl-1.1.x" to `binaryTargets` in the "schema.prisma" file and run `prisma generate` after saving it: generator client { provider = "prisma-client-js" binaryTargets = ["native", "debian-openssl-1.1.x"] } The following locations have been searched: /tmp/.mount_Anythilcr7NB/resources/backend/node_modules/.prisma/client /tmp/.mount_Anythilcr7NB/resources/backend/node_modules/@prisma/client /home/tim/Documents/anything-llm-desktop/anything-llm/server/node_modules/@prisma/client /tmp/prisma-engines /tmp/.mount_Anythilcr7NB/resources/backend/prisma` ![Image](https://github.com/user-attachments/assets/0feca6fe-66e5-4caf-a586-39c42f10f5a4) ### Are there known steps to reproduce? _No response_
yindo added the possible bugneeds info / can't replicate labels 2026-02-22 18:29:31 -05:00
yindo closed this issue 2026-02-22 18:29:31 -05:00
Author
Owner

@timothycarambat commented on GitHub (Apr 29, 2025):

Your distro doesn't support the prisma engine binary or has a precompiled binary. What specific distro are you using?

This is a list of all supported OS's - are you on an ARM based CPU by chance?
https://www.prisma.io/docs/orm/reference/prisma-schema-reference#binarytargets-options

@timothycarambat commented on GitHub (Apr 29, 2025): Your distro doesn't support the prisma engine binary or has a precompiled binary. What specific distro are you using? This is a list of all supported OS's - are you on an ARM based CPU by chance? https://www.prisma.io/docs/orm/reference/prisma-schema-reference#binarytargets-options
Author
Owner

@ssmns commented on GitHub (Apr 29, 2025):

I use an Arch distro. However, I don't have Prisma on my computer at all. Also, I use the AppImage version.

npx prisma version:: Need to install the following packages: prisma@6.7.0

my pc configuration

OS: Arch Linux x86_64 | Kernel: 6.14.3-arch1-1 | CPU: Intel i7-10700K (16) @ 5.100GHz

@ssmns commented on GitHub (Apr 29, 2025): I use an Arch distro. However, I don't have Prisma on my computer at all. Also, I use the AppImage version. `npx prisma version:: Need to install the following packages: prisma@6.7.0` my pc configuration `OS: Arch Linux x86_64 | Kernel: 6.14.3-arch1-1 | CPU: Intel i7-10700K (16) @ 5.100GHz `
Author
Owner

@ssmns commented on GitHub (Apr 29, 2025):

It's my fault. I downloaded the AppImage directly and ran it, but I have now extracted the AppImage file and run it again, and the error is gone.

@ssmns commented on GitHub (Apr 29, 2025): It's my fault. I downloaded the AppImage directly and ran it, but I have now extracted the AppImage file and run it again, and the error is gone.
yindo changed title from [BUG]: Error on Create Workspace to [GH-ISSUE #3737] [BUG]: Error on Create Workspace 2026-06-05 14:46:22 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2405