Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
On first time login, only one api call is getting succeeded while the other calls are getting 400 error. We are currently showing the contents in different frames and so all of them will be loaded at once. Once I refresh the page, I am able to view all the contents.
Please let me the root cause and solution for this issue.
Hi expertise
Waiting for your valuable reply for the issue
Can you verity the API call you are using is valid and returning a value?
How to use Postman to make API calls and use/verify JSON output
https://support.qlik.com/articles/000104686
Make sure the API call was properly configured and all the parameters are correct, usually Postman will give a more descriptive error, it is suggested to review the API documentation to verify the method in use is properly set according the definition to the version of the Qlik Sense server you are using.
Kind Regards.
There's a big difference between the codes 404 and 400. 400 is "Bad request" while 404 "Not found". Sounds like there is something wrong with the calls you are doing. Or do you mean you are doing the same api call several times and it only works the first time around?
As @Øystein_Kolsrud pointed out, a 404 HTTP response is really radically different than a 400. For the 400 issue presenting with multiple iFrames, I suspect this this to be the resolution: https://support.qlik.com/articles/000098524. In brief, by using multiple iFrames you are bursting a series of independent requests at the Qlik Sense Proxy Service (QPS) with the same identity. Lowering this value should resolve your current issue.
Cheers