mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 01:10:09 +03:00
Log in with device #724
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 @miloradvasilev on GitHub.
Log in with device not working in latest 1.29.2
When confirm login from my iphone or android i receive this error:
"error": { "code": 422, "reason": "Unprocessable Entity", "description": "The request was well-formed but was unable to be followed due to semantic errors. " } }
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: ADMIN_TOKEN
Install method:
Docker image
Clients used:
web vault and android and ios
Reverse proxy and version:
apache24-2.4.57_1
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce
Try login with device from web and confirm login from mobile device.
Expected behaviour
Expect to login in web
Actual behaviour
Nothing
Troubleshooting data
@BlackDex commented on GitHub:
If you would have done any search you would see that this has been fixed already:
#3819
#3831