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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: