Originally created by @sempervictus on GitHub (Jul 28, 2021).
Subject of the issue
After upgrading the core and web components last night, i can no longer view org users - page just hangs waiting to load the list of users, logs say
vaultwarden[95995]: [2021-07-28 12:19:48.237][vaultwarden::api::core::organizations][ERROR] Organization Keys already exist
vaultwarden[95995]: [2021-07-28 12:19:48.237][response][INFO] POST /api/organizations/<org_id>/keys (post_org_keys) => 400 Bad Request
Deployment environment
vaultwarden version: 1.22.2-1, web is 2.21.1-1
Install method: Packages
Clients used: management webui
Reverse proxy and version: Apache 2.4.48-1
MySQL/MariaDB or PostgreSQL version:
Steps to reproduce
Click users in an org existing before the update
Expected behaviour
Users load and i can manage them
Actual behaviour
Permanent wait for users to load
Troubleshooting data
Originally created by @sempervictus on GitHub (Jul 28, 2021).
<!--
# ###
NOTE: Please update to the latest version of vaultwarden before reporting an issue!
This saves you and us a lot of time and troubleshooting.
See:
* https://github.com/dani-garcia/vaultwarden/issues/1180
* https://github.com/dani-garcia/vaultwarden/wiki/Updating-the-vaultwarden-image
# ###
-->
<!--
Please fill out the following template to make solving your problem easier and faster for us.
This is only a guideline. If you think that parts are unnecessary for your issue, feel free to remove them.
Remember to hide/redact personal or confidential information,
such as passwords, IP addresses, and DNS names as appropriate.
-->
### Subject of the issue
After upgrading the core and web components last night, i can no longer view org users - page just hangs waiting to load the list of users, logs say
```
vaultwarden[95995]: [2021-07-28 12:19:48.237][vaultwarden::api::core::organizations][ERROR] Organization Keys already exist
vaultwarden[95995]: [2021-07-28 12:19:48.237][response][INFO] POST /api/organizations/<org_id>/keys (post_org_keys) => 400 Bad Request
```
### Deployment environment
* vaultwarden version: 1.22.2-1, web is 2.21.1-1
<!-- How the server was installed: Docker image, OS package, built from source, etc. -->
* Install method: Packages
* Clients used: management webui
* Reverse proxy and version: Apache 2.4.48-1
* MySQL/MariaDB or PostgreSQL version: <!-- if applicable -->
### Steps to reproduce
Click users in an org existing before the update
### Expected behaviour
Users load and i can manage them
### Actual behaviour
Permanent wait for users to load
### Troubleshooting data

Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @sempervictus on GitHub (Jul 28, 2021).
Subject of the issue
After upgrading the core and web components last night, i can no longer view org users - page just hangs waiting to load the list of users, logs say
Deployment environment
Install method: Packages
Clients used: management webui
Reverse proxy and version: Apache 2.4.48-1
MySQL/MariaDB or PostgreSQL version:
Steps to reproduce
Click users in an org existing before the update
Expected behaviour
Users load and i can manage them
Actual behaviour
Permanent wait for users to load
Troubleshooting data
@BlackDex commented on GitHub (Jul 28, 2021):
Try to logout and and back in again.
@BlackDex commented on GitHub (Aug 4, 2021):
Closed due to inactivity