Description
As of GUACAMOLE-773, the main content of the web application is no longer within app.js but contained within its own file generated by webpack. If an older version of index.html is cached by the browser (a version of index.html that expects everything to be within app.js), it will still pull in a fresh version of app.js but will unexpectedly be missing essentially the entire app, resulting in an error.
Attachments
Issue Links
- is caused by
-
GUACAMOLE-773 Update webapp dependencies to latest stable and compatible versions
- Closed
- is fixed by
-
GUACAMOLE-275 Control caching of extension JS/CSS
- Resolved