I am using HelicalInsight v4.1GA and have some URLs generated by the application. When I visit the site using these URLs, everything works fine. However, if I try to put these URLs inside an iframe or embed them, I encounter an issue.
The main problem lies in the query.mousewheel.min.js library. When used locally, I see a 404 error in the request tab because the system tries to fetch the library from …/hi-ee/undefinedjs/jquery.mousewheel.min.js. Instead of “undefinedjs,” it should be “js.”. Could u help me with that?