mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Unable to get push login request to work #1698
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 @Julien-404 on GitHub (Sep 11, 2023).
Issue: Unable to get push login request to work
Expected Behavior: Push login requests should work as intended.
Actual Behavior: Only push vault updates are working, but the login request doesn't.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Install method: Docker
Clients used: Android : 2023.8.0
Reverse proxy and version: Nginx Proxy Manager 2.10.2
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to Reproduce
Expected Behaviour
Actual Behaviour
Issue Details:
Json < AuthResponseRequest >failed during parsing."invalid type: null, expected a string", line: 1, column: 381."masterPasswordHash":nullin the JSON body. The system seems to be expecting a string, but anullvalue was passed.2023/09/11 12:07:15 | stdout | [2023-09-11 10:07:15.646][vaultwarden::api::core::accounts::_][WARN] Data guard `Json < AuthResponseRequest >` failed: Parse("{\"key\":\"4.OTtbkpbVZ0rF0*************************==\",\"masterPasswordHash\":null,\"deviceIdentifier\":\"9524cdf1-****-****-****-*************\",\"requestApproved\":true}", Error("invalid type: null, expected a string", line: 1, column: 381)).@BlackDex commented on GitHub (Sep 11, 2023):
If you would have done any search you would see that this has been fixed already:
@Julien-404 commented on GitHub (Sep 11, 2023):
I'm not the best at searching on GitHub, so I appreciate your patience. The solution you provided worked perfectly. Thank you!