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
After a while, the service worker becomes inactive and the address redirection does not work as expected.
In this case, loading any *.bzz.link address will be blocked by the extension if the API address of the Bee Client is not listening on localhost.
It may be because of some concurrency issue: the request interceptors are registered and does not need any async init like the context init.
A solution is required which somehow makes the interception pending until the context is initialized.
The text was updated successfully, but these errors were encountered:
After a while, the service worker becomes inactive and the address redirection does not work as expected.
In this case, loading any
*.bzz.link
address will be blocked by the extension if the API address of the Bee Client is not listening on localhost.It may be because of some concurrency issue: the request interceptors are registered and does not need any async init like the context init.
A solution is required which somehow makes the interception pending until the context is initialized.
The text was updated successfully, but these errors were encountered: