Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gdeyoung opened this issue May 14, 2024 · 1 comment
Closed
Labels
possible bug Bug was reported but is not confirmed or is unable to be replicated.

Comments

@gdeyoung
Copy link

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

@gdeyoung gdeyoung added the possible bug Bug was reported but is not confirmed or is unable to be replicated. label May 14, 2024
@timothycarambat
Copy link
Member

Duplicate of #898

@timothycarambat timothycarambat marked this as a duplicate of #898 May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug Bug was reported but is not confirmed or is unable to be replicated.
Projects
None yet
Development

No branches or pull requests

2 participants