-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Service Worker doesn't load #344
Comments
I'm having the exact same issue.
Only see this issue with cinny-desktop. My docker deployed Cinny instance doesn't have this issue. |
Thanks, looks like custom |
We are going to do another release for service worker to work on cinny-desktop at 14 Sept 2024 at 13:00 UTC. For service worker to work on Tauri app we need to change custom tauri: protocol with http: which means the existing sessions will lost and you will have to login again. If you are not using online key-backup for encryption keys, please backup your keys before upgrading. |
Describe the bug
The service worker doesn't load (
https://tauri.localhost/sw.js
returning "Connection is closed, can't dispatch pending call to Network.getResponseBody"), results in no media loading.Reproduction
sw.js
Expected behavior
It should load, and every image should load as well.
Platform and versions
Additional context
No response
The text was updated successfully, but these errors were encountered: