-
Notifications
You must be signed in to change notification settings - Fork 194
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
[BUG] An unexpected error occurred (Could not establish connection. Receiving end does not exist) #2305
Comments
You can stop any service worker manually by visiting the service worker page to reproduce this problem. ➡️ chrome://serviceworker-internals/?devtools |
This URL is a bit better for managing the service worker: chrome://inspect/#service-workers |
Ok @rolznz cool , If you wanna take on it 👍🏻 |
@legendarykamal if you are able to find the fix for this, great! I assigned it to me as we need to find a fix before the next release, and we are actively working on it. |
Notes: This issue started appearing in this merge commit: dd85f9a My investigation so far: When the service worker is terminated and re-launched, it takes some time to start up. The startup runs the full background script init() all over again. CC @escapedcat |
We either need to fix this issue or revert the MV3 changes, because after we deploy them there is no way to go back. |
Is there an existing issue for this?
Describe the bug
Clicking on the extension icon while logged in sometimes throws and error and shows a logged-out state
Screenshots [optional]
Steps To Reproduce
First Issue:
Second issue:
Expected behavior
The popup opens and you are still logged in, with no errors. You can also switch accounts without errors.
Alby information
Device information
Chrome Windows
Additional context
May be related to the recent manifest version 3 update
Are you working on this?
None
The text was updated successfully, but these errors were encountered: