[GH-ISSUE #3080] Problem to connect IOS app #14257

Closed
opened 2026-04-23 06:01:40 -05:00 by GiteaMirror · 2 comments
Owner

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

  1. I installed it from scratch
  2. start bitwarden docker
  3. done first configuration in xxx:7277/admin page

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"

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 1) I installed it from scratch 2) start bitwarden docker 3) done first configuration in xxx:7277/admin page ### 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"
Author
Owner

@BlackDex commented on GitHub (Dec 31, 2022):

Duplicate #3072

<!-- gh-comment-id:1368211827 --> @BlackDex commented on GitHub (Dec 31, 2022): Duplicate #3072
Author
Owner

@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.

<!-- gh-comment-id:1368213562 --> @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](https://github.com/hassio-addons/addon-bitwarden) to update the version in use / release a new version.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#14257