mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
[GH-ISSUE #7224] Restoring a revoked user fails: [object Object] #30143
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 @d3-steichman on GitHub (May 14, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7224
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED
Config:
Vaultwarden Build Version
v1.36.0
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx 1.28.2 behind haproxy 3.2.13
Host/Server Operating System
Linux
Operating System Version
Alpine 3.23.3 with Docker 29.1.3 running official container image (Debian 13.4)
Clients
Web Vault
Client Version
v2026.4.1 on Edge 148.0.3967.54 and Firefox 150.0.3
Steps To Reproduce
Expected Result
The user is restored
Actual Result
Error message
[object Object]in the Web VaultLogs
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (May 14, 2026):
Thanks for the report, seems we are missing this endpoint right now.
@maantje commented on GitHub (May 15, 2026):
The endpoint is there, but it's wrong. I had the same issue today, but if you edit the request in the network tab and send it as:
PUT /api/organizations/{org_id}/users/{user_id}/restore
So without
/vnext, it works and restores access to the user.@BlackDex commented on GitHub (May 15, 2026):
The new web-vault is using a new endpoint it looks like, so, we need to make sure that new endpoint also works.