mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1984] Confirming multiple organisation invites at once results in error #1118
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1984
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:github.com/dani-garcia/vaultwarden@f36bd72a7f