mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Confirming multiple organisation invites at once results in error #1116
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 @bokkabonga on GitHub (Sep 21, 2021).
Subject of the issue
When you select multiple Users who accepted an invite to an organisation and try to confirm all at once an the website loads indefinitely.
Deployment environment
(Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, HIBP_API_KEY, USER_ATTACHMENT_LIMIT, ORG_ATTACHMENT_LIMIT, SIGNUPS_ALLOWED, SIGNUPS_VERIFY, SIGNUPS_VERIFY_RESEND_TIME, SIGNUPS_VERIFY_RESEND_LIMIT, SIGNUPS_DOMAINS_WHITELIST, INVITATIONS_ALLOWED, INVITATION_ORG_NAME, DISABLE_2FA_REMEMBER, YUBICO_CLIENT_ID, YUBICO_SECRET_KEY, SMTP_HOST, SMTP_SSL, SMTP_PORT, SMTP_FROM, EMAIL_TOKEN_SIZE, EMAIL_EXPIRATION_TIME
Steps to reproduce
Inivte one or more user(s) to an organisation and have him accept the invite. Then check on or more users using the checkbox and try to accept them all at once.
Expected behaviour
All Users are confirmed and added to the organisation
Actual behaviour
Website loads indefinitely
Troubleshooting data
Logfile logs the following:
[2021-09-21 10:13:18.027][request][INFO] POST /api/organizations/6233a33a-3272-4565-82d4-b7f804889fa3/users/public-keys
[2021-09-21 10:13:18.029][response][INFO] POST /api/organizations/<org_id>/users/<org_user_id> (edit_user) => 422 Unprocessable Entity
@BlackDex commented on GitHub (Sep 21, 2021):
Already fixed in the current
testingversion via:f36bd72a7f