I need your help urgently with a qlik sense mashup. I'm new in both angularjs and qlik sense. The problem I have is that the performance of the application suffers as I navigate between different states to the point that objects take a long time to load and stop working correctly.
Here is an excerpt from the code I use to load the application:
But the result is the same. After changing status, the console returns errors related to objects:
Error from Engine: Object {jsonrpc: "2.0", id: 79, error: Object}
Do you know where the problem is? Am I handling the load of objects incorrectly? Should they be removed every time you change status? (In the API I have found method qlik.app.destroySessionObject (id)). If you need more code/details just tell and I will provide them.