
Contributor III
2023-10-27
05:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AxiosError
Please what is the meaning of this error message appearing during data load in combination with extension development (data load finishes correctly despite the console error) and how do I debug it?
Uncaught (in promise)
r {message: 'Request failed with status code 500', name: 'AxiosError', code: 'ERR_BAD_RESPONSE', config: {…}, request: XMLHttpRequest, …}
code: "ERR_BAD_RESPONSE"
config: {transitional: {…}, transformRequest: Array(1), transformResponse: Array(1), timeout: 0, adapter: ƒ, …}
message: "Request failed with status code 500"
name: "AxiosError"
request: XMLHttpRequest {onreadystatechange: null, readyState: 4, timeout: 0, withCredentials: false, upload: XMLHttpRequestUpload, …}
response: {data: '', status: 500, statusText: 'Internal Server Error', headers: {…}, config: {…}, …}
[[Prototype]]: Error
constructor: ƒ r(e,t,n,o,r)
toJSON: ƒ ()
affected URL of the Axios request leads to an internally created app script:
"https://qliksense-dev.*.com/api/v1/apps/*/scripts"
Under which circumstances have you received this before?
Can you find more internal server logs somewhere?
Thanks!
891 Views
1 Reply

Specialist III
2023-11-01
03:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
849 Views
