Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a react app that, with the old versions of Qlik sense Desktop, loads the graphics all correctly, but I updated the version to February 2024 and now it doesn't load anymore, I don't know if it's something new in the engine, or nacapabilties qlik sense API, I need help on this point
Hey @rafaelbarbosa could you please post the errors you are facing and the code where you are creating the connection to Qlik and where you get Qlik objects?
This is the engine I'm using
Could you please check if the websocket connection is created against the engine and if you have messages within it?
Can you please try to inspect the HTML for understanding if Capability APIs have attached qlik visualizations to the HTML (I guess you have a kind of container where you are putting Qlik objects, such as a div).
Please send screenshots for both.
I managed to solve it, for some reason in this update CORS is blocking everything, I had to disable CORS in the browser for it to work, but this is only in development in production, everything is fine, but thanks for the help