browserpass-extension icon indicating copy to clipboard operation
browserpass-extension copied to clipboard

Extension stops working after a while

Open max-baz opened this issue 9 months ago • 2 comments

I got first a report of this happening from someone else in private messages, and today I reproduced this myself for the first time.

Both occasions happened in Firefox, on Linux, after migration to manifest v3.

After some amount of time, Browserpass shows the infamous "Loading available logins" error in popup:

Image

In the debugger of background script, I see this error:

Could not establish connection. Receiving end does not exist.

Console says that this happens on this line when I open the popup and see the error:

https://github.com/browserpass/browserpass-extension/blob/f1e6f5abc38f3af1c5d8566e440730ef7ef63675/src/popup/models/Settings.js#L71

Reloading the extension, or restarting browser, fixes it.

I don't have a way to reproduce this, and I don't know what's going on, and whether it's something that is in our control to recover from. Weird that it happens with manifest v3 and never happened before. Any good ideas are welcome 🙂

max-baz avatar Apr 07 '25 20:04 max-baz

Just noticed this as well. Firefox on macos

browserpass extension version: 3.9.0 browserpass native version: 3.1.0

avrahamappel avatar Apr 07 '25 23:04 avrahamappel

same here in brave browser, i can fix it by set "Custom store locations" (which i set before but missing)

zrubing avatar Apr 09 '25 15:04 zrubing