Skip to content
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

bzz.link redirection problem #169

Open
nugaon opened this issue Jan 19, 2023 · 0 comments · May be fixed by #171
Open

bzz.link redirection problem #169

nugaon opened this issue Jan 19, 2023 · 0 comments · May be fixed by #171
Assignees
Labels
bug Something isn't working type:issue

Comments

@nugaon
Copy link
Member

nugaon commented Jan 19, 2023

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.
Screenshot from 2023-01-12 13-16-48

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.

@nugaon nugaon added the bug Something isn't working label Jan 19, 2023
tomicvladan added a commit that referenced this issue Feb 17, 2023
tomicvladan added a commit that referenced this issue Feb 17, 2023
@tomicvladan tomicvladan linked a pull request Feb 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working type:issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants