Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
markodonovan
Specialist
Specialist

WebSocket call failing with Qlik Sense Desktop - Feb 2021

Hi there,

Since Qlik Sense Desktop Feb 2021 (I think?) some websocket code is no longer working,
has anyone else had this issue ?

For example:


var allapps = "ws://localhost:4848/app";
var ws = new WebSocket(allapps);

 

Giving the following error in Chrome:

markodonovan_1-1618910491200.png

The desktop is running and I can connect to the dev-hub (http://localhost:4848/dev-hub/engine-api-explorer).

 

Thanks

 

Mark

Labels (1)
1 Solution

Accepted Solutions
1 Reply
markodonovan
Specialist
Specialist
Author