mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
People tab in organization does not work #1182
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 @jce-zz on GitHub (Jan 4, 2022).
When I try to access the people tab in my main organization it remains empty forever with a spinning wheel.
Upon checking the logs and Developer console I realized that one of the API calls fails:
I'm using the web-vault version 2.25.0. This was definitely working some time earlier. I'm also using Microsoft Edge Chromium latest version to access my vault.
What is going wrong here and how to fix it?
@BlackDex commented on GitHub (Jan 4, 2022):
May i ask which version of Vaultwarden you are using? Because that endpoint does exists.
Please provide the
Support Stringas requested in the issue template via/admin/diagnostics@jce-zz commented on GitHub (Jan 4, 2022):
I think I was using 1.23 and the endpoint was somehow missing. However, in the meantime I have switched to the latest version by using the binary from the official docker image and now the endpoint is there again and the people section works fine. Issue can be closed, thanks!