mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Unable to login via iOS in version 1.26.0 #1436
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 @Buddinski88 on GitHub (Dec 19, 2022).
Subject of the issue
I have updated my instance of Vaultwarden to version 1.26.0. Since then, I can no longer log into my vault with the latest version of the Bitwarden iOS app. Via browser or Windows app it works fine with the same password.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: SIGNUPS_ALLOWED, ADMIN_TOKEN
Installed via docker-compose with latest tag
Clients used: Bittwarden Passwordmanager (iOS) 2022.11.0
Reverse proxy and version: Traefik 2.9.1
MySQL version: 8.0.29
Other relevant details:
Steps to reproduce
What i have did
First try:
Second try:
testingversion > doesn't solve the issueThird try:
Expected behaviour
Actual behaviour
Troubleshooting data
@jlbujeda-alerce commented on GitHub (Dec 19, 2022):
The same with de Safari extension and the app on OSX
@BlackDex commented on GitHub (Dec 19, 2022):
have you tried the
testingtagged version already?The latest clients have some changes which could cause some issues which we already fixed in the
testing/mainbranchAlso, i do see a successful login in the logs though. So, it seems to be possible to login.
@Buddinski88 commented on GitHub (Dec 19, 2022):
Yes, I have also made an attempt with the
testing. Unfortunately also not successful.The successful login has been via the Google Chrome browser extension.
The login via the iOS app is still not possible.
@BlackDex commented on GitHub (Dec 19, 2022):
I doubt that it is a Vaultwarden issue though.
Double check your domain settings in the iOS app if that is correct and uses https.
@BlackDex commented on GitHub (Dec 19, 2022):
Also, check if you are able to use Safari to connect to your instance via the web-vault.
@lethunder commented on GitHub (Dec 19, 2022):
Hey guys,
same issue for me. I can sign in from my android app, web direct access but not from chrome extension and desktop app. The reason is that the endpoints are deprecated.
https://bitwarden.com/help/november-deprecation-notice/
How can we update the base image?
@BlackDex commented on GitHub (Dec 19, 2022):
Did you used the
testingtagged docker images????Those work with the latest clients!
@lethunder commented on GitHub (Dec 19, 2022):
oh! i'm using using a docker image i installed from my synology server
https://registry.hub.docker.com/r/vaultwarden/server
i just did
docker pull vaultwarden/server
to get latest image. Still not working
I don't understand what you mean by using the testing tagged docker image. Do you have any link for me please?
@lethunder commented on GitHub (Dec 19, 2022):
i see what you mean. OK
let me test
Thanks
@lethunder commented on GitHub (Dec 19, 2022):
It works! thanks
@Buddinski88 commented on GitHub (Dec 19, 2022):
I just did. On OSX it works fine in the browser and with the native app.
If the cause is not Vaultwarden. Is it then the official app from Bitwarden, i.e. this repository https://github.com/bitwarden/mobile ?
@BlackDex commented on GitHub (Dec 19, 2022):
For me, it works fine using the latest bitwarden mobile client. Since both Android and iOS are based upon the same code-base, both should not work. So, either you are not running the
testingtagged docker container of Vaultwarden, or there is something not correctly set in the Bitwarden Mobile client on your side.@Buddinski88 commented on GitHub (Dec 19, 2022):
That's really weird. I just really made sure again that I was using
testing.Unfortunately, it still does not work. Can I provide more information?
Btw. within iOS you can't set anything regarding the app except regarding the notifications.
@BlackDex commented on GitHub (Dec 19, 2022):
You can change the URL, which you need to do, else it will not connect to your environment.
See: https://bitwarden.com/help/change-client-environment/ > click on the
Mobile Apptab, follow the instructions there.@Buddinski88 commented on GitHub (Dec 19, 2022):
Sorry, I have neglected this step, but of course. I have set this as before and with the other applications.
@Buddinski88 commented on GitHub (Dec 19, 2022):
Solved: I just had the idea to change the master password and make sure that there is not something "cached" by iOS? Voila I can also log on to my iPhone again. Hallelujah.