You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Error is thrown when loading the popup, by clicking the purse chrome extension icon, after chrome has been idle for a long period of time (sometimes 10 minutes or longer). The error is:
Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist
It 'could' be caused by trying to use webext-redux with reduxed-chrome-storage. or maybe just redux in general with a MV3 extension. either way, the problem does not present itself on a MV2 extension. so reverting to MV2 seems to solve the problem.
The text was updated successfully, but these errors were encountered:
Error is thrown when loading the popup, by clicking the purse chrome extension icon, after chrome has been idle for a long period of time (sometimes 10 minutes or longer). The error is:
It 'could' be caused by trying to use
webext-redux
withreduxed-chrome-storage
. or maybe just redux in general with a MV3 extension. either way, the problem does not present itself on a MV2 extension. so reverting to MV2 seems to solve the problem.The text was updated successfully, but these errors were encountered: