mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
[GH-ISSUE #3080] Problem to connect IOS app #14257
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 @pilot1981 on GitHub (Dec 31, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3080
Subject of the issue
Problem to connect IOS app
Deployment environment
Home assistant 2022.12.8 with Vaultwarden 0.18.0
vaultwarden version: 0.18.0
Install method: ADD-ON
Clients used: iOS
Reverse proxy and version: default
MySQL/MariaDB or PostgreSQL version: default
Other relevant details:
Steps to reproduce
Expected behaviour
Access via web works fine and via iOS app
Actual behaviour
Access via web works fine, but I'm not able to access via iOS app
Troubleshooting data
these are logs of bitwarden:
[2022-12-31 10:55:26.003][request][INFO] GET /api/devices/knowndevice/xxxxxx@gmail.com/2f9063f7-b2eb-47f2-abdc-34dd03d60788
[2022-12-31 10:55:26.003][][ERROR] No matching routes for GET /api/devices/knowndevice/xxxxx@gmail.com/2f9063f7-b2eb-47f2-abdc-34dd03d60788 application/json.
[2022-12-31 10:55:26.003][][WARN] No 404 catcher registered. Using Rocket default.
[2022-12-31 10:55:26.003][response][INFO] 404 Not Found
[2022-12-31 10:55:39.262][request][INFO] GET /admin/api/devices/knowndevice/xxxxx@gmail.com/2f9063f7-b2eb-47f2-abdc-34dd03d60788
[2022-12-31 10:55:39.263][][WARN] Response was
None.[2022-12-31 10:55:39.263][][WARN] Responding with registered (api_not_found) /admin/api 404 catcher.
[2022-12-31 10:55:39.263][response][INFO] (web_files) GET /admin/<p..> [10] => 404 Not Found
[2022-12-31 10:56:37.214][][ERROR] No matching routes for POST /admin/ application/json.
[2022-12-31 10:56:37.214][][WARN] Responding with registered (not_found) /admin 404 catcher.
[2022-12-31 10:56:37.346][][ERROR] No matching routes for POST /admin/ application/x-www-form-urlencoded.
[2022-12-31 10:56:37.346][][WARN] Responding with registered (not_found) /admin 404 catcher.
[2022-12-31 11:43:57.328][request][INFO] GET /api/devices/knowndevice/xxxxx@gmail.com/2f9063f7-b2eb-47f2-abdc-34dd03d60788
[2022-12-31 11:43:57.329][][ERROR] No matching routes for GET /api/devices/knowndevice/xxxxx@gmail.com/2f9063f7-b2eb-47f2-abdc-34dd03d60788 application/json.
[2022-12-31 11:43:57.329][][WARN] No 404 catcher registered. Using Rocket default.
[2022-12-31 11:43:57.329][response][INFO] 404 Not Found
[2022-12-31 12:07:17.418][request][INFO] GET /api/devices/knowndevice/xxxxx@gmail.com/2f9063f7-b2eb-47f2-abdc-34dd03d60788
[2022-12-31 12:07:17.419][][ERROR] No matching routes for GET /api/devices/knowndevice/xxxx@gmail.com/2f9063f7-b2eb-47f2-abdc-34dd03d60788 application/json.
[2022-12-31 12:07:17.419][][WARN] No 404 catcher registered. Using Rocket default.
[2022-12-31 12:07:17.419][response][INFO] 404 Not Found
[2022-12-31 12:16:39.166][request][INFO] GET /api/devices/knowndevice/xxxxx@gmail.com/2f9063f7-b2eb-47f2-abdc-34dd03d60788
[2022-12-31 12:16:39.166][][ERROR] No matching routes for GET /api/devices/knowndevice/xxxxxx@gmail.com/2f9063f7-b2eb-47f2-abdc-34dd03d60788 application/json.
[2022-12-31 12:16:39.166][][WARN] No 404 catcher registered. Using Rocket default.
[2022-12-31 12:16:39.166][response][INFO] 404 Not Found
Bitwarden iOS app reported: "we were unable to process your request. try again or contact us"
@BlackDex commented on GitHub (Dec 31, 2022):
Duplicate #3072
@stefan0xC commented on GitHub (Dec 31, 2022):
Seems to be a separate project as there is no Vaultwarden 0.18
@pilot1981 you should probably contact the maintainers of the addon to update the version in use / release a new version.