[GH-ISSUE #935] Can not save workspace on fedora 39 #564

Closed
opened 2026-02-22 18:20:11 -05:00 by yindo · 2 comments
Owner

Originally created by @anchikhorov on GitHub (Mar 20, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/935

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

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

Are there known steps to reproduce?

Install desktop app on fedora 39 and try to start and setup it as usual. The final step with saving workspace will produce the error : Error: Invalid prisma.workspaces.create() invocation: Prisma Client could not locate the Query Engine for runtime "rhel-openssl-1.1.x". This happened because Prisma Client was generated for "debian-openssl-3.0.x", but the actual deployment required "rhel-openssl-1.1.x". Add "rhel-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", "rhel-openssl-1.1.x"] } The following locations have been searched: /tmp/.mount_AnythiNgkgnj/resources/backend/node_modules/.prisma/client /tmp/.mount_AnythiNgkgnj/resources/backend/node_modules/@prisma/client /home/tim/Documents/anything-llm-desktop/anything-llm/server/node_modules/@prisma/client /tmp/prisma-engines /tmp/.mount_AnythiNgkgnj/resources/backend/prisma

Originally created by @anchikhorov on GitHub (Mar 20, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/935 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? Can not save workspace with error: Error: Invalid `prisma.workspaces.create()` invocation: Prisma Client could not locate the Query Engine for runtime "rhel-openssl-1.1.x". This happened because Prisma Client was generated for "debian-openssl-3.0.x", but the actual deployment required "rhel-openssl-1.1.x". Add "rhel-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", "rhel-openssl-1.1.x"] } The following locations have been searched: /tmp/.mount_AnythiNgkgnj/resources/backend/node_modules/.prisma/client /tmp/.mount_AnythiNgkgnj/resources/backend/node_modules/@prisma/client /home/tim/Documents/anything-llm-desktop/anything-llm/server/node_modules/@prisma/client /tmp/prisma-engines /tmp/.mount_AnythiNgkgnj/resources/backend/prisma ### Are there known steps to reproduce? Install desktop app on fedora 39 and try to start and setup it as usual. The final step with saving workspace will produce the error : Error: Invalid `prisma.workspaces.create()` invocation: Prisma Client could not locate the Query Engine for runtime "rhel-openssl-1.1.x". This happened because Prisma Client was generated for "debian-openssl-3.0.x", but the actual deployment required "rhel-openssl-1.1.x". Add "rhel-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", "rhel-openssl-1.1.x"] } The following locations have been searched: /tmp/.mount_AnythiNgkgnj/resources/backend/node_modules/.prisma/client /tmp/.mount_AnythiNgkgnj/resources/backend/node_modules/@prisma/client /home/tim/Documents/anything-llm-desktop/anything-llm/server/node_modules/@prisma/client /tmp/prisma-engines /tmp/.mount_AnythiNgkgnj/resources/backend/prisma
yindo added the possible bug label 2026-02-22 18:20:11 -05:00
yindo closed this issue 2026-02-22 18:20:12 -05:00
Author
Owner

@skamansam commented on GitHub (Mar 20, 2024):

I am also having this issue on Fedora 39.

@skamansam commented on GitHub (Mar 20, 2024): I am also having this issue on Fedora 39.
Author
Owner

@timothycarambat commented on GitHub (Mar 20, 2024):

Duplicate of #898 - it is a bug in the bundling of the package and will be patched for the desktop app. Fix is in that issue's thread and/or can run Docker image instead

@timothycarambat commented on GitHub (Mar 20, 2024): Duplicate of #898 - it is a bug in the bundling of the package and will be patched for the desktop app. Fix is in that issue's thread and/or can run Docker image instead
yindo changed title from Can not save workspace on fedora 39 to [GH-ISSUE #935] Can not save workspace on fedora 39 2026-06-05 14:36:00 -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#564