mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Device Login fails with 422 unprocessable Entity #5346
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 @Laibalion on GitHub (Sep 12, 2023).
Device Login fails with 422 unprocessable Entity
When using device login feature, the request are being made to a device that has this feature enabled.
However, approving the request yields a "We were unable to process your request. Please try again or contact us." error.
Checking the image logs, I'm seeing this (I've removed some parts as I'm unsure if it is sensitive information (marked as redacted):
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Steps to reproduce
In Edge, navigate to the Webvault and choose to Login with Device.
On my iPhone, a notification is received to approve the request. ( version 2023.8.0 (4566) )
Tap the notification, Bitwarden is opened, and the request page opens.
Tap approve.
Expected behaviour
The login request gets approved, and the access to the Webvault is granted.
Actual behaviour
An error is shown in the Bitwarden app "We were unable to process your request. Please try again or contact us.".
Troubleshooting data
I see a \"masterPasswordHash\":null together with Error("invalid type: null, expected a string", line: 1, column: 381)), and I assume these are related, but I don't know if it's caused by a configuration issue on my end.
@BlackDex commented on GitHub (Sep 12, 2023):
And the list of duplicates is getting longer and longer.
@Laibalion commented on GitHub (Sep 12, 2023):
@BlackDex I apologize. I did do a search in the issues list, by default it doesn't search closed issues, and so I missed the bazillion previous reports. I do appreciate all the arduous work you people are investing in this project.