<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic AxiosError in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/AxiosError/m-p/2132424#M92031</link>
    <description>&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;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: ƒ ()&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;affected URL of the Axios request leads to an internally created app script:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"&lt;A href="https://qliksense-dev.*.com/api/v1/apps/*/scripts" target="_blank"&gt;https://qliksense-dev.*.com/api/v1/apps/*/scripts&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Under which circumstances have you received this before?&lt;/P&gt;
&lt;P&gt;Can you find more internal server logs somewhere?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Business" id="qlikSenseBusiness"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2023 09:47:05 GMT</pubDate>
    <dc:creator>fabian3684386</dc:creator>
    <dc:date>2023-10-27T09:47:05Z</dc:date>
    <item>
      <title>AxiosError</title>
      <link>https://community.qlik.com/t5/App-Development/AxiosError/m-p/2132424#M92031</link>
      <description>&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;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: ƒ ()&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;affected URL of the Axios request leads to an internally created app script:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"&lt;A href="https://qliksense-dev.*.com/api/v1/apps/*/scripts" target="_blank"&gt;https://qliksense-dev.*.com/api/v1/apps/*/scripts&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Under which circumstances have you received this before?&lt;/P&gt;
&lt;P&gt;Can you find more internal server logs somewhere?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Business" id="qlikSenseBusiness"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 09:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/AxiosError/m-p/2132424#M92031</guid>
      <dc:creator>fabian3684386</dc:creator>
      <dc:date>2023-10-27T09:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: AxiosError</title>
      <link>https://community.qlik.com/t5/App-Development/AxiosError/m-p/2133629#M92130</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If i guess correctly you are trying to connect with Qlik SaaS/Cloud API,&lt;/P&gt;
&lt;P&gt;I recommend you to use ajax &amp;amp; check for the same in async&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 07:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/AxiosError/m-p/2133629#M92130</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2023-11-01T07:53:00Z</dc:date>
    </item>
  </channel>
</rss>

