[GH-ISSUE #1393] [BUG]: OpenSSL error on .appimage creating workspace on Red Hat Silverblue 40 #889

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

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

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

I get this error when trying to create a workspace after starting .appimage on Red Hat Silverblue 40. The .appimage is installed in a folder called applications in my home directory.

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

Are there known steps to reproduce?

This is repeatable every time

Originally created by @gdeyoung on GitHub (May 14, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1393 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? I get this error when trying to create a workspace after starting .appimage on Red Hat Silverblue 40. The .appimage is installed in a folder called applications in my home directory. Error: Invalid `prisma.workspaces.create()` invocation: Prisma Client could not locate the Query Engine for runtime "rhel-openssl-3.0.x". This happened because Prisma Client was generated for "debian-openssl-3.0.x", but the actual deployment required "rhel-openssl-3.0.x". Add "rhel-openssl-3.0.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-3.0.x"] } The following locations have been searched: /tmp/.mount_gearleL2KDHG/resources/backend/node_modules/.prisma/client /tmp/.mount_gearleL2KDHG/resources/backend/node_modules/@prisma/client /home/tim/Documents/anything-llm-desktop/anything-llm/server/node_modules/@prisma/client /tmp/prisma-engines /tmp/.mount_gearleL2KDHG/resources/backend/prisma ### Are there known steps to reproduce? This is repeatable every time
yindo added the possible bug label 2026-02-22 18:22:01 -05:00
yindo closed this issue 2026-02-22 18:22:01 -05:00
Author
Owner

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

Duplicate of https://github.com/Mintplex-Labs/anything-llm/issues/898

@timothycarambat commented on GitHub (May 14, 2024): Duplicate of https://github.com/Mintplex-Labs/anything-llm/issues/898
yindo changed title from [BUG]: OpenSSL error on .appimage creating workspace on Red Hat Silverblue 40 to [GH-ISSUE #1393] [BUG]: OpenSSL error on .appimage creating workspace on Red Hat Silverblue 40 2026-06-05 14:37:46 -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#889