mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
iOS client cannot connect #1417
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 @RitzyMage on GitHub.
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.
@BlackDex commented on GitHub:
Do you have the LimitNPROC setting configured?
If so, either remove or increase that value.
@RitzyMage commented on GitHub:
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.