Originally created by @cpp339 on GitHub (Aug 31, 2019).
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).
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.
I'll try to see if I can get this working this weekend.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @cpp339 on GitHub (Aug 31, 2019).
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.
@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.