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
However, the modified date for each pack downloaded from npm is always the same (Oct 26, 1985), so the resulting etag is the same. npm does this intentionally as per this commit: npm/npm@58d2aa5#diff-fe919d90e71d3a699df92b186fdbee6b
Either we need to have that modified date updated when extracting the zip contents, or disable caching entirely on index.html (chunks should still be cached).
Description
Sometimes after an update, the web UI is blank. You need to clear the cache to fix it
Steps to reproduce
Expected results
3. The Web UI appears
Actual results
3. A blank screen appears
After clearing the browser cache or doing a hard refresh, the web UI appears correctly
The text was updated successfully, but these errors were encountered: