mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
main.workspaces does not exist error on Microsoft Surface 7 ARM64 Running WIndows 11 #1800
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#1800
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @myonlinematters on GitHub (Dec 8, 2024).
I am running AnythingLLM on a Microsoft Surface 7 ARM64 machine and am getting the same message: "Error: Invalid prisma.workspaces.create() invocation: The table main.workspaces does not exist in the current database." I have read the older issues - https://github.com/Mintplex-Labs/anything-llm/issues/1077 and #1170 - and they all relate to Linux. How do I fix this on Windows 11 on ARM64?
@myonlinematters commented on GitHub (Dec 8, 2024):
I have gotten a little further on this.
I checked node.js and npm. They are both on my machine with latest versions (node = v22.6.0, npm = 10.8.2) and working
I added C:\Program Files (x86)\AnythingLLM\resources\backend\prisma to my path file.
I then ran npx prisma init successfully with the response:
✔ Your Prisma schema was created at prisma/schema.prisma
You can now open it in your favorite editor.
I set the database URL in the .env file to
DATABASE_URL="file:./anythingllm.db"
I also checked in the schema.prisma file in the C:\Program Files (x86)\AnythingLLM\resources\backend\prisma directory and there is a model called workspaces, which I assume is main.workspaces. So it seems that the table is there.
Also on #3 - just in case - copied the schema.prisma file from the anythingLLM directory to c:\users\prisma directory just in case prisma was looking there. I ran 'npx prisma studio' and was able to open the schema, but it threw an error when trying to read the database tables.
Still did not work. Very frustrating.
@timothycarambat commented on GitHub (Dec 11, 2024):
Answered this over email, but blowing away the desktop storage folder and opening the app again worked.
@myonlinematters commented on GitHub (Dec 11, 2024):
Sorry Tim for not getting to this sooner. Yes, I just deleted the storage folder in C:\Users<my_username>\AppData\Roaming\anythingllm-desktop (Windows 11) and then restarted AnythingLLM. It worked just fine.
@timothycarambat commented on GitHub (Dec 11, 2024):
No big deal it's not your responsibility! Just documenting it for anyone who finds this thread in the future.
@robbyteal commented on GitHub (Dec 23, 2024):
Hello, I am running into this error on my Thinkpad T14s Gen 6 (ARM) and getting the same error:
Error: Invalid
prisma.workspaces.create()invocation: The tablemain.workspacesdoes not exist in the current database.I also get this error on the first time setup: Failed to create workspace: undefined
I tried deleting:
C:\Users<USER>\AppData\Roaming\anythingllm-desktop
and specifically:
C:\Users<USER>\AppData\Roaming\anythingllm-desktop\storage
C:\Users<USER>\AppData\Roaming\anythingllm-desktop"Local Storage"
But after restarting the program I run into the same issue. I am using AnythingLLM as the LLM provider in case that creates a different case from the user above me.
@robbyteal commented on GitHub (Dec 23, 2024):
Solved my issue, I reinstalled the ARM copy one more time before trying x64 and this time selected my specific Windows user instead of "Install for all users" and now I no longer have the error when creating workspaces. I did not need to delete the storage either.
@timothycarambat commented on GitHub (Dec 28, 2024):
This is indeed the issue! The Arm64 version right now has issues if the user installs as admin - we will probably remove that option in the ARM64 builds until it is patched. And if it happens it will basically break the whole app and make it unusable since the local DB cannot be used at all.
@pyx26266 commented on GitHub (Jan 21, 2025):
@robbyteal
How did you get the option to install as user? I’m also having T14s 6th gen. When I open the installer it directly goes to install step.
@robbyteal commented on GitHub (Jan 22, 2025):
I was Version 1.7.1 ARM if that helps.
From: Aman Kumar @.>
Sent: Tuesday, January 21, 2025 8:48 PM
To: Mintplex-Labs/anything-llm @.>
Cc: Robert Hamblet @.>; Mention @.>
Subject: Re: [Mintplex-Labs/anything-llm] main.workspaces does not exist error on Microsoft Surface 7 ARM64 Running WIndows 11 (Issue #2771)
Solved my issue, I reinstalled the ARM copy one more time before trying x64 and this time selected my specific Windows user instead of "Install for all users" and now I no longer have the error when creating workspaces. I did not need to delete the storage either.
@robbytealhttps://github.com/robbyteal
How did you get the option to install as user? I’m also having T14s 6th gen. When I open the installer it directly goes to install step.
—
Reply to this email directly, view it on GitHubhttps://github.com/Mintplex-Labs/anything-llm/issues/2771#issuecomment-2606288216, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASU3JXMH5YSUL5ZWCRGPCDD2L4PJPAVCNFSM6AAAAABTHQTPAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBWGI4DQMRRGY.
You are receiving this because you were mentioned.Message ID: @.***>
@timothycarambat commented on GitHub (Jan 22, 2025):
@robbyteal This was patched in v1.7.2-r2, if you install the app "for all users" instead of "only me" this issue will occur. We removed it from the installer to prevent people form doing this now.