Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 fabian3684386
		
			fabian3684386
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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!
 
                
            
         ajaykakkar93
		
			ajaykakkar93
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		