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

Qlik Engine API returns error 'Document Load Aborted - Request Aborted'

Hi,

I am trying to open an app (a very big one) using the Qlik JSON Engine API, however, when trying to open it, I get a 'Document Load Aborted' error parameter to which I am unable to find any documentation. It occurs during the second time I am trying to open an app (the first time my request timed out since my timeouts are pretty short and the app is pretty large), but I do not see a reason why it would get aborted? 

Please, see the entire message below. Thanks for potential solutions.

{
  "id": 2,
  "jsonrpc": "2.0",
  "error": {
    "code": 15,
    "parameter": "Document load aborted",
    "message": "Request aborted"
  }
}
1 Reply
Øystein_Kolsrud
Employee
Employee

I haven't encountered that particular error on app open, but a "Request aborted" typically occurs when an entity changes while a request on it is ongoing. Do you get this error every time you run? Perhaps the app is reloading or something while you are opening it?