Admin page: Error deleting user 400 #7293
-
|
Hi, I'd appreciate your help debugging this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Which version? Do you have customized admin templates? |
Beta Was this translation helpful? Give feedback.
-
|
The popup mostly tells you that the admin page tried to parse JSON and got a non-JSON response back. The next useful detail is the response body for that delete/deactivate request: it may be a proxy HTML page, a login/redirect response, a Vaultwarden error, or a frontend/backend mismatch. I would debug it in this order:
If the response starts with HTML from your reverse proxy, test the same admin action by accessing Vaultwarden directly, bypassing the proxy. If it is Vaultwarden's own error text, paste the container log around that request. The existing question about version/customized admin templates is important too. If you have mounted custom Once you have the failing request's status, content type, response body, Vaultwarden version, and matching container log line, the cause should be much less guessy. |
Beta Was this translation helpful? Give feedback.
I made a full database export and import and that fixed the issue. Thank you for your help!