mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #817] iOS App Sync Failed #568
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#568
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 @rotda on GitHub (Jan 17, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/817
Hello ,
I have problem with the ios APP . Web Vault works fine.
"Sync Failed"
in the log is :
[2020-01-17 14:21:21][bitwarden_rs::api::identity][WARN] Detected unexpected parameter during login: devicepushtoken
[2020-01-17 14:22:01][auth][ERROR] Unauthorized Error: Invalid device id
Can I somehow clean the device
@rotda commented on GitHub (Jan 17, 2020):
also in docker logs looks ok
GET /api/sync application/json:
GET /api/sync
=> Matched: GET /api/sync?<data..> (sync)
=> Outcome: Success
GET /api/sync?<data..> (sync) => 200 OK
=> Response succeeded.
@Ogglord commented on GitHub (Jan 21, 2020):
Same issue here - using latest docker image together with iOS app Bitwarden Password Manager v 2.2.5. I cannot login to an exising account. (2FA disabled for this attempt.)
This is from the docker logs
@interbiznw commented on GitHub (Jan 27, 2020):
getting this same error on android
Detected unexpected parameter during login: devicepushtoken
account had 2fa Yubikey, also can no longer log into web vault....
@interbiznw commented on GitHub (Jan 27, 2020):
on attempt to login in browser to webvault, get this error
[bitwarden_rs::error][ERROR] JsonError. {"TwoFactorProviders":[3],"TwoFactorProviders2":{"3":{"Nfc":true}},"error":"invalid_grant","error_description":"Two factor required."}@sic79 commented on GitHub (Mar 12, 2020):
I have exactly the same issue when trying to connect with iOS, my log is identical
@Ubikfr commented on GitHub (Mar 22, 2020):
Same here on Android app only
Apps on Linux / MacOs / Windows and web vault are fine, Browser extensions are also fine.
@rmatiash commented on GitHub (Mar 22, 2020):
I had the same issue, both android and ios (ipad) apps. However after a docker pull everything is working again. Not sure if pulling again...
BR
@jjlin commented on GitHub (Mar 22, 2020):
I don't think the
devicepushtokenwarning is relevant here, and that should be fixed soon.For the actual issues, it's hard to debug without actual access to your database, which most people will understandably not want to share. But it generally sounds like something is mismatched in the database, or in the client state. Some general advice:
@dani-garcia commented on GitHub (May 13, 2020):
Some sync issues with the mobile apps have been solved recently so this is probably not applicable anymore.
Other than that, try to delete the clients data and log in again, and make sure the credentials work on another device.