"App already open" error when creating session app
Hi All,
For reference, I am using Qlik Cloud.
I am trying to create session apps using the createSessionAppFromApp method. I have established a WebSocket connection with the QIX API using the WebSocket URL format as mentioned in the documentation. The appId that I provide is a random value.
I do not have any other concurrent WebSocket connections to any Qlik app, hence I do not think that I have hit the limit of 5 WebSocket connections per user. Since this is also the only WebSocket connection I have, I do not think that the error is a result of 2 conflicting requests for 2 different apps over the same WebSocket connection.
I suspect that the error arises due to the appending of the Web Integration ID and CSRF Token at the back of the URL, but am unsure of how to address the issue.
Your inputs and suggestions will be much appreciated.