mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
after unlocking web ui organizations do not show up #608
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 @jdetmold on GitHub.
after unlocking web ui organizations do not show up
If the web ui gets locked, after unlocking it organizations the user belongs to sporadically fail to display on the vault page, signing out and back in seems to resolve the issue
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: SIGNUPS_VERIFY, SIGNUPS_DOMAINS_WHITELIST, ADMIN_TOKEN
Steps to reproduce
unfortunately its somewhat sporadic but locking the web ui seems to trigger it ~30% of the time although we have had it happen on a fresh login as well
Expected behaviour
should list the organizations a user belings to in the interface all the time
Actual behaviour
organizations randomly missing from teh interface requireing a logoff and back on to see them
@jdetmold commented on GitHub:
Thanks for the reply, just after submitting this i repulled the docker image when configuring push and have not been able to reproduce it since then. Ill close the ticket
Great work BTW!
@BlackDex commented on GitHub:
Seems more like a client side issue.
Check the browser developer console (F12) if you see any errors there.
And are there any errors in there Vaultwarden logs?
If not, then it's probably only a client issue, which is difficult for us to fix.