Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Preflight respons is not succesful" when logging in Safari extension #628

Closed
mikkelnl opened this issue Sep 20, 2019 · 18 comments
Closed

Comments

@mikkelnl
Copy link

MacOS updates Safari to 13.0, which cause the Bitwarden Safari Extension to stop working. Found out I had to update to Bitwarden 1.16.0 which includes a new extension version for Safari 13.0.

But using this version, I get the response 'Preflight respons is not succesful' when I try to login in the extension. Bitwarden itself/the app is working fine; it connects to my bitwarden_rs.

Any ideas what might cause this, or how to fix it? Thanks!

@vplme
Copy link
Contributor

vplme commented Sep 20, 2019

That should be fixed by #599.

Which version of bitwarden_rs are you running?

@mikkelnl
Copy link
Author

I believe the latest; 1.10.0
And the webvault shows 2.11.0

@vplme
Copy link
Contributor

vplme commented Sep 20, 2019

The tagged bitwarden_rs 1.10.0 release (2c2276c) will not contain the fix.

Do you know the exact version from the logging? Example:

bitwarden_1  | /--------------------------------------------------------------------\
bitwarden_1  | |                       Starting Bitwarden_RS                        |
bitwarden_1  | |                      Version 1.10.0-4c07f05b                       |
bitwarden_1  | |--------------------------------------------------------------------|
bitwarden_1  | | This is an *unofficial* Bitwarden implementation, DO NOT use the   |
bitwarden_1  | | official channels to report bugs/features, regardless of client.   |
bitwarden_1  | | Report URL: https://github.com/dani-garcia/bitwarden_rs/issues/new |
bitwarden_1  | \--------------------------------------------------------------------/

@mikkelnl
Copy link
Author

Could you explain how/where I can find that info? CMD line command maybe?

@mikkelnl
Copy link
Author

Found it on the /admin page:

Version: 1.10.0-469318bc

@vplme
Copy link
Contributor

vplme commented Sep 20, 2019

The version 1.10.0-469318bc is still before the commit that fixed the issue.
So you probably have to update.

@mikkelnl
Copy link
Author

Thanks for the info, appreciate it... will try to update asap.

@lost-carrier
Copy link

lost-carrier commented Sep 25, 2019

If anyone is landing here from Google (like me): bitwardenrs/server:1.10.0 might be the latest release (...at the moment), but bitwardenrs/server:latest is even a bit later... ;-)

@mprasil
Copy link
Contributor

mprasil commented Sep 26, 2019

That's correct, there wasn't yet a numbered release containing the fix. @dani-garcia maybe we should release 1.10.1 as this hits a lot of people that don't want to use latest.

@luckydonald
Copy link

Pulling 1.10.1 did not work.

$ docker pull bitwardenrs/server:1.10.1
Error response from daemon: manifest for bitwardenrs/server:1.10.1 not found

@mprasil
Copy link
Contributor

mprasil commented Oct 5, 2019

@luckydonald that version wasn't released. You'll have to use latest for now.

@luckydonald
Copy link

Could you guys cut a bugfix release for this bugfix please?

@dani-garcia
Copy link
Owner

Version 1.11.0 was released two weeks ago and should contain the fix already
https://github.com/dani-garcia/bitwarden_rs/releases/tag/1.11.0

@xthursdayx
Copy link

I'm still having this problem with the most recent version of Safari and Bitwarden... I'm using a custom BW server, if that matters.

@luckydonald
Copy link

luckydonald commented Nov 8, 2019

@xthursdayx Yes that matters.
Upgrade to the latest bitwarden_rs, or merge the changes made here into your custom version.

@xthursdayx
Copy link

@xthursdayx Yes that matters.
Upgrade to the latest bitwarden_rs, or merge the changes made here into your custom version.

Oops, apologies, I should have been more clear about what I meant - that I was running this as a docker container. However I just checked the Docker Hub page for the image I was using (https://hub.docker.com/r/mprasil/bitwarden/) and noticed that it has been depreciated in favor of https://hub.docker.com/r/bitwardenrs/server, so I will update my docker accordingly.

@luckydonald
Copy link

Lel, I think I used that one previously as well.

@dani-garcia
Copy link
Owner

Closed due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants