Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
icarreno
Contributor
Contributor

Problem with Web Mashup - Root Api Qlik not working

I´m facing an error trying to run a Qlik web Mashup in its internal Qlik server (November 2019) (it is not an external server)

The problem is that ROOT API qlik methods are not working

https://help.qlik.com/en-US/sense-developer/February2021/Subsystems/APIs/Content/Sense_ClientAPIs/Ca...

The screen shot below is with OpenApp() method, but also are failing other methods like getAppList()

icarreno_1-1617178645215.png

icarreno_0-1617178584129.png

But RootApi at least seems to be opened , but it is failing to initiating any method

icarreno_2-1617178916440.png

On network the only resource that has failed to be retrieved is csrf token

icarreno_3-1617179854069.png

 

Labels (2)
1 Reply
dannyy81
Contributor III
Contributor III

why do u use app.obj.app as a variable?

why not just: var app=qlik.openapp(...?