-
Notifications
You must be signed in to change notification settings - Fork 54
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
Firefox stuck on "Loading available logins..." #338
Comments
|
|
The error seems to indicate that the Firefox browser was not configured for Browserpass, so it can't locate the native host part. There was a link to how to do it in the issue template 😉 Here it is, please give it a try: https://github.com/browserpass/browserpass-native?tab=readme-ov-file#configure-browsers |
I checked it and there is no documentation for a non-stateful NixOS configuration, I'm assuming the options do the host configuration. You can see this in my Nix flake configuration here and here. |
Would creating a file under $HOME/.mozilla also be considered stateful? Browsers support configuring native hosts both via a system-wide path and a user-specific path, so https://github.com/browserpass/browserpass-native/blob/master/Makefile#L461 Let me know if adding that file helps! |
I have the same issue with the Chromium Web Browser. It works with Chrome. I ran I installed browserpass-native manually. |
Assuming it's not #326 / browserpass/browserpass-native#93 / browserpass/browserpass-native#82, please file a new issue, the content of issue template might help narrow down the case. With the issues like this, when it works in one browser and not another, the issue is almost certainly in the browser configuration ( |
I tried |
Unfortunately it does not work,
|
I see, so Nix package must be installing that json file in some other location. There are two ways to proceed: The first one is completely manually. Alternatively, locate where the Nix package installed the Let me know which one works, if any! 🙏 |
I was able to find it using
It does!
The second one, if anyone is coming after me, don't forget to also |
I had this issue in Mac. The |
General information
configuration.nix
Exact steps to reproduce the problem
What should happen?
Show the list of credentials
What happened instead?
Shows "Loading available logins"
Other
This issue does not occur on Chrome.
The text was updated successfully, but these errors were encountered: