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
This looks like it's fixed now, but I experienced that my cache it's not clearing and I have to force (after the clear-cache 'update') with ctrl+F5 to reload correctly.
window.location.reload(true) is deprecated so emptyCacheStorage() not clearing the browser cache, even though the meta.json is latest.
possible solution::
timestamp the meta.json while fetching
change to window.location.reload()
The text was updated successfully, but these errors were encountered: