Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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