mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1564] iOS client cannot connect #1005
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1005
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @RitzyMage on GitHub (Mar 30, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1564
Subject of the issue
When connecting with the Bitwarden iOS app, it fails with only the message: "An error has occurred". Looking in the server logs shows:
This only happens if I type in the CORRECT master password, so it is definitely coming from the server. In addition, the chrome extension client and web vault both work great (including the SSL certificates).
Deployment environment
Install method: built from source
Clients used: iOS app
Reverse proxy and version: nginx/1.18.0
MySQL/MariaDB or PostgreSQL version: mysql Ver 15.1 Distrib 10.3.25-MariaDB
Steps to reproduce
I started bitwarden_rs using the instructions at https://github.com/dani-garcia/bitwarden_rs/wiki/Setup-as-a-systemd-service
Expected behaviour
I expect the iOS client to log me in on a valid master password and let me access my vault.
Actual behaviour
Got the vague error message "An error occurred" and was not logged in.
@RitzyMage commented on GitHub (Mar 30, 2021):
UPDATE: I really wanted to get this working, so I figured out how to "fix" this problem: setting my server version to 1.20.0 rather than just master. This bug must have been introduced after.
In addition, I found that this wasn't exclusive to the iOS client; it also happened on other computers. It seemed to only work on the first computer I logged in on.
@BlackDex commented on GitHub (Mar 31, 2021):
Do you have the LimitNPROC setting configured?
If so, either remove or increase that value.