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

In the legacy UWP app, clicking on ServiceWorker Mode doesn't jump to remote PWA #675

Open
Jaifroid opened this issue Nov 27, 2024 · 0 comments
Assignees
Milestone

Comments

@Jaifroid
Copy link
Member

In the UWP app only, if the user has returned to the local installation, they should be able to activate ServiceWorker mode which will initiate a jump to the remote PWA code. However, this code is broken and instead it tries to register the local code as a Service Worker, which won't work because the local context is not considered a secure origin.

The workaround is to reset the app, after which the jump to remote PWA is initiated.

This should be simple fix.

@Jaifroid Jaifroid added this to the Release 3.5.0 milestone Nov 27, 2024
@Jaifroid Jaifroid self-assigned this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant