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
I ran into an issue with Safari during an update. The service worker was 2 releases behind and could not load any source files. The production build is overwriting old versions, for example:
Updating the service worker though is triggered by either useTrebuchetEvents or useServiceWorkerUpdater. These files might not be available in the browser and the current service worker cannot retrieve those. As a workaround the client might need to clear their site data.
There are a couple of possible solutions:
store multiple versions of production in subdirectories
move the update logic inside the service worker
if the service worker receives 404s from supposedly good files, unregister itself
The text was updated successfully, but these errors were encountered:
Dschoordsch
added
bug
p1
Needs to be addressed fast. Such an issue significantly impacts the majority of users
p2
Needs to be addressed on a reasonable timescale
and removed
p1
Needs to be addressed fast. Such an issue significantly impacts the majority of users
labels
Dec 13, 2024
I ran into an issue with Safari during an update. The service worker was 2 releases behind and could not load any source files. The production build is overwriting old versions, for example:
Updating the service worker though is triggered by either useTrebuchetEvents or useServiceWorkerUpdater. These files might not be available in the browser and the current service worker cannot retrieve those. As a workaround the client might need to clear their site data.
There are a couple of possible solutions:
The text was updated successfully, but these errors were encountered: