mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Can't add new Item or Collection to Organization #2277
Reference in New Issue
Block a user
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 @biztems on GitHub.
Hi,
I can't add anything to an Organization - adding an Item and clicking on the "Save" button just does nothing. I don't even get any error message in the logs. I can't rename the default organization either (EDIT: logged error added).
I also get the same issues from issue #261 if I try adding a new organization - same exact behaviour.
This happens on both the latest master and 1.4.0. I even tried 1.3.0 and I just get the same issues.
Any help please? Without Organizations Bitwarden is pretty much useless to us 😞
If there's anything I can do to help, please let me know.
Thanks!
EDIT:
Here's what the log spouts out when trying to rename the default Organization (this is on a self-built from master):
I also get this almost every page reload:
@dani-garcia commented on GitHub:
What web vault version are you using?
@mprasil commented on GitHub:
@biztems, please read again the warning before enabling
SERVER_ADMIN_EMAIL. You're trying to use the virtual organization as normal organization. This will not work. You're also trying to useSERVER_ADMIN_EMAILas normal user for other tasks, this too won't work. Use a separate user for server administration and everything should work well.Hope that helps.
I'm going to close this as I'm pretty sure this is your issue here, but if you still have issues after following my advice, feel free to reopen or submit new issue.
Also if you have any advice how to make the warning more visible to users, please let me know, we had couple users tripped on this already, I tried to make the warning more explicit, but some users still get confused, so hopefully there's a way to improve the situation.
@mprasil commented on GitHub:
Emoji to the rescue. 😄 I was thinking about renaming the setting variable to something that would make it a bit more explicit, that the admin user will be broken for all purposes other than server admin, but I couldn't come up with name that wouldn't be crazy long like:
BREAK_USER_WITH_THIS_EMAIL_AND_MAKE_THEM_SERVER_ADMIN@biztems commented on GitHub:
Hi, it's version 2.5.0 on the self-built master I'm using currently. The same happens even when using the docker versions, though - which from what I gather should have older, stable Vaults directly embedded into them.
EDIT: Indeed, just confirmed that the docker versions have old Vaults in them, when downloading the 1.4.0 and 1.3.0 tags.
@biztems commented on GitHub:
Welp, you're right. Must've overlooked it!
By the way, to make it more visible... err, I know it kinda looks unprofessional, but maybe emojis are the way? Something like ⚠️ should work.
@biztems commented on GitHub:
Heh! Maybe something like
ADMIN_USER_HACK- the word "hack" would probably make everyone think twice before enabling it 😄 Anyway, thanks again to you and the others working on this for all your efforts - everything's working wonderfully now.