Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Nov 30, 2022 8:23:25 AM
Sonja_Bauernfeind
Viewing a Qlik Sense app with the mobile client (on prem) causes the view to sometimes change from mobile to browser view.
Reviewing the "About" details shows the Qlik Sense Server's Version instead of the Qlik Sense Mobile client version.
<add key="EnableDotNetWebSockets" value="false" />
<add key="EnableDotNetWebSockets" value="true" />
There will be an open delay (>30 seconds) of the "qrsData" WebSocket that can be seen in the Developer logs:
2022-11-24 12:08:12,794-INFO [WEB] Web socket URL: wss://qlikserver1.domain.local/hub/qrsData =>void PresentationManagerImpl::notifyMessageFromJavascript(QString)
After a minute...
2022-11-24 12:09:13,356-INFO [WEB] [wss://qlikserver1.domain.local/hub/qrsData] - socket.onopen =>void PresentationManagerImpl::notifyMessageFromJavascript(QString)
Below error in Qlik Sense Server Proxy logs relate to TLS/SSL/Cipher Suites
The client and server cannot communicate, because they do not possess a common algorithm
QB-17151