Fail to remove organization #7323
Unanswered
jorgenuhr
asked this question in
Bitwarden Clients Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to remove an organization from either webui or admin page it fails with the error message:
It deletes all users and entries from the organization but the organization still exists in the database
Error from log:
Checking the database it still exist
sqlite> select uuid from organizations;
...
7887de0f-8865-4efd-aed0-fb41a04d8604
...
Only way to remove it is to manually delete it from the organizations table
In the log it complains about a missing table and I don't see it in the database.
Beta Was this translation helpful? Give feedback.
All reactions