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
Describe the bug
Sometimes the runbox7 application freezes, just displaying the Runbox Logo mid screen and nothing else
To Reproduce
Steps to reproduce the behavior:
Keep an open tab with runbox7
Wait .. return to it after an application update
Refresh the browser, may only have the logo on white screen
Expected behavior
App to display the dialog which prompts the user to update the application
Screenshots
Desktop (please complete the following information):
OS: Linux
Browser Vivaldi
Version 7
Additional context
If we stop the code in devtools:
ngsw-worker stops with an uncaught error in cacheBustedFetchFromNetwork, throw new SwCriticalError(Hash mismatch (cacheBustedFetchFromNetwork): ${req.url}: expected ${canonicalHash}, got ${cacheBustedHash} (after cache busting)); Which appears to mean that the calculated hash of the fetched code does not match the hash in nsgw.json
The text was updated successfully, but these errors were encountered:
gtandersen
changed the title
Update app on new release, app freezing just displaying runbox logo
#Install: Update app on new release, app freezing just displaying runbox logo
Nov 12, 2024
Describe the bug
Sometimes the runbox7 application freezes, just displaying the Runbox Logo mid screen and nothing else
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App to display the dialog which prompts the user to update the application
Screenshots
Desktop (please complete the following information):
Additional context
If we stop the code in devtools:
ngsw-worker stops with an uncaught error in cacheBustedFetchFromNetwork,
throw new SwCriticalError(
Hash mismatch (cacheBustedFetchFromNetwork): ${req.url}: expected ${canonicalHash}, got ${cacheBustedHash} (after cache busting));
Which appears to mean that the calculated hash of the fetched code does not match the hash in nsgw.jsonThe text was updated successfully, but these errors were encountered: