Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The "index.html" file was served as a single page via "addSinglePageRoot". This apparently caches the file and will cause issues if the actual file got changed. After a webUI update, the outdated "index.html" file pointed to an "index.js" file which did not exist anymore. Without restarting the server, it was not possible to get the updated "index.html". What's weird is, that the files added via "addStaticFiles" are not cached. Thus, after the webUI update, opening "/" in the browser returned the updated file and everything worked, while every other path e.g. "/library" returned the outdated file (due to being served by "addSinglePageHandler") causing a white screen
- Loading branch information