Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We've recently installed Qlik Sense May 2024 initial release on our servers and the listboxes/dropdowns* within charts in our mashup extension (Capability APIs) don't work anymore and we receive the following error message:
This seems to happen when using qlik.getGlobal(config); in the mashup.
This has been logged as QB-27352 and is currently under investigation at Qlik R&D.
Hey @jan-ri since Feb 2024 filterpanes and chart filters has had a lot of improvements and object changed a lot. Please check your browser developer tool for understanding if you have any errors.
One other thing you can do is to build a very simple mashup with just your table, in order to see if there is a product issue or if the issue is on your mashup code.
One thing I noticed in the error message in the console is that the port number has a preceding forward slash:
WebSocket connection to 'wss://www.acceptance.removed.de/:443/virtual-proxy-name/app/engineData?reloadUri=https%3A%2F%2Fwww.acceptance.removed.de%2Fvirtual-proxy-name%2Fextensions%2Fmashup-name%2Findex.html' failed
I built a simple mashup with similar require.config as our mashup and there everything works fine. One major difference is that we use AngularJS in our mashup, but I'm not sure if this could be the problem.
Please check if you are authenticating in the correct way and if the Qlik cookie is set before open the web socket.
Well, everything is just working fine, charts are loading and shown as usual and I can filter on columns with the normal filterpane objects, therefore I assume there is no problem with authentication (we are hosting the mashup as an extension there is no dedicated authentication mechanism in mashup code). But as soon as I click on the column header, in a pivot or straight table for example, the WebSocket error appears.
This seems to happen when using qlik.getGlobal(config); in the mashup.
This has been logged as QB-27352 and is currently under investigation at Qlik R&D.