mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
organization does not show #506
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 @IamTaoChen on GitHub.
Subject of the issue
Deployment environment
Install method: docker
Clients used: web vault
Reverse proxy and version: apache2
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce
the "Organizations" doesn't show when the login.

if refresh and re-login, the "Organizations" appears.

Expected behaviour
Actual behaviour
Troubleshooting data
@IamTaoChen commented on GitHub:
Sorry, I don't know what's the diagnostics support string and how to get it.
@IamTaoChen commented on GitHub:
yes, I created the org.
This is the console log, I think it doesn't matter

Here is the server log:
Until now, the 'org' doesn't show. Then I refresh. No error shows in the console and the server log:
@BlackDex commented on GitHub:
We need more details. Did you created the org or are you invited.
What are the log messages etc...
@BlackDex commented on GitHub:
I'm seeing calls to bitwarden instead of your self hosted environment. I also do not see the creation of an org in the logs (might overlook it).
Not sure how those calls go to bitwarden when using our containers.
@BlackDex commented on GitHub:
Could you post the diagnostics support string please btw
@BlackDex commented on GitHub:
Ok, and what do you see in
/admin/organizations/overview?@BlackDex commented on GitHub:
You can do that by going to
/admin/diagnostics@IamTaoChen commented on GitHub:
@BlackDex commented on GitHub:
And if you check your user, is that user still part of that org?
@IamTaoChen commented on GitHub:
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
@BlackDex commented on GitHub:
Then it's a web-vault bug and thus resolved in a newer version.
Going to close this.
@IamTaoChen commented on GitHub:
Yes, they are. Just refresh the page(input the master password to unlock), the org will appear.
Maybe I make you confused.
Every time the user open and login the vault-web, there is nothing.

refresh the page, the web ask to input master password to unlock

The the ORG show. (this is a normal user)

@BlackDex commented on GitHub:
Please try the testing tagged docker image and see of that solves the issue. Might be a web-vault buggy
@IamTaoChen commented on GitHub:
with testing label, no this problem.