[GH-ISSUE #595] macOS Bitwarden-1.16.0-beta1 safari extension problem #394

Closed
opened 2026-03-03 01:28:42 +03:00 by kerem · 1 comment
Owner

Originally created by @cpp339 on GitHub (Aug 31, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/595

Hi,

i'm using the Bitwarden-1.16.0-beta1 from here that contains the bundled Safari browser extension for upcomming macOS catalina.

Logging in the brwoser extension shows a "preflight response is not successful" error. The desktop app works without problems.

server log:

[2019-08-31 14:12:09][rocket::rocket][INFO] OPTIONS /api/accounts/prelogin:
[2019-08-31 14:12:09][][ERROR] No matching routes for OPTIONS /api/accounts/prelogin.
[2019-08-31 14:12:09][][WARN] Responding with 404 Not Found catcher.
[2019-08-31 14:12:09][_][INFO] Response succeeded.

Originally created by @cpp339 on GitHub (Aug 31, 2019). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/595 Hi, i'm using the Bitwarden-1.16.0-beta1 from [here](https://github.com/bitwarden/browser/issues/664#issuecomment-525021821) that contains the bundled Safari browser extension for upcomming macOS catalina. Logging in the brwoser extension shows a "preflight response is not successful" error. The desktop app works without problems. server log: [2019-08-31 14:12:09][rocket::rocket][INFO] OPTIONS /api/accounts/prelogin: [2019-08-31 14:12:09][][ERROR] No matching routes for OPTIONS /api/accounts/prelogin. [2019-08-31 14:12:09][][WARN] Responding with 404 Not Found catcher. [2019-08-31 14:12:09][_][INFO] Response succeeded.
kerem closed this issue 2026-03-03 01:28:43 +03:00
Author
Owner

@vplme commented on GitHub (Aug 31, 2019):

Seems like we need to support CORS preflight requests on bitwarden_rs.

This appears to be the related commit in the official bitwarden server:
github.com/bitwarden/server@53ba5fe324

I'll try to see if I can get this working this weekend.

<!-- gh-comment-id:526827164 --> @vplme commented on GitHub (Aug 31, 2019): Seems like we need to support CORS preflight requests on bitwarden_rs. This appears to be the related commit in the official bitwarden server: https://github.com/bitwarden/server/commit/53ba5fe324f181533844dffd35af6489e9c88feb I'll try to see if I can get this working this weekend.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#394
No description provided.