Hi,
just downloaded HC2025.3. We still use the old deprecated package, and I noticed that until now, the html files always had a short unique version parameters to all the scripts, to enforce refresh. From the 2025.2 version:
<script type="text/javascript" src="js/web_viewer_ui.js?v=5762fb7" id="hwvUI"></script>
But now it is
<script type="text/javascript" src="js/web_viewer_ui.js?v=<unknown revision>" id="hwvUI"></script>
I wonder if this could be a glitch, did they forgot to update the version parameter?
The sample site is running fine, though.
Hopefully we will convert to the ESM packaging soon… I have made a try, but had to revert.