[GH-ISSUE #1486] [BUG]: Error creating workspace #952

Closed
opened 2026-02-22 18:22:23 -05:00 by yindo · 1 comment
Owner

Originally created by @digiogithub on GitHub (May 22, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1486

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

When I run the desktop app and I try to create the first workspace I get

Error: Invalid `prisma.workspaces.create()` invocation: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.0.x". This happened because Prisma Client was generated for "debian-openssl-3.0.x", but the actual deployment required "debian-openssl-1.0.x". Add "debian-openssl-1.0.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.0.x"] } The following locations have been searched: /tmp/.mount_Anythi6avb8t/resources/backend/node_modules/.prisma/client /tmp/.mount_Anythi6avb8t/resources/backend/node_modules/@prisma/client /home/tim/Documents/anything-llm-desktop/anything-llm/server/node_modules/@prisma/client /tmp/prisma-engines /tmp/.mount_Anythi6avb8t/resources/backend/prisma

Are there known steps to reproduce?

Run Desktop app in Ubuntu

Originally created by @digiogithub on GitHub (May 22, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1486 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? When I run the desktop app and I try to create the first workspace I get ``` Error: Invalid `prisma.workspaces.create()` invocation: Prisma Client could not locate the Query Engine for runtime "debian-openssl-1.0.x". This happened because Prisma Client was generated for "debian-openssl-3.0.x", but the actual deployment required "debian-openssl-1.0.x". Add "debian-openssl-1.0.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.0.x"] } The following locations have been searched: /tmp/.mount_Anythi6avb8t/resources/backend/node_modules/.prisma/client /tmp/.mount_Anythi6avb8t/resources/backend/node_modules/@prisma/client /home/tim/Documents/anything-llm-desktop/anything-llm/server/node_modules/@prisma/client /tmp/prisma-engines /tmp/.mount_Anythi6avb8t/resources/backend/prisma ``` ### Are there known steps to reproduce? Run Desktop app in Ubuntu
yindo added the possible bug label 2026-02-22 18:22:23 -05:00
yindo closed this issue 2026-02-22 18:22:23 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 22, 2024):

Duplicate of https://github.com/Mintplex-Labs/anything-llm/issues/898 (pinned issue)

@timothycarambat commented on GitHub (May 22, 2024): Duplicate of https://github.com/Mintplex-Labs/anything-llm/issues/898 (pinned issue)
yindo changed title from [BUG]: Error creating workspace to [GH-ISSUE #1486] [BUG]: Error creating workspace 2026-06-05 14:38:07 -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#952