<?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 Re: Error when embedding an Qlik Sense Client-Managed app using qlik-embed in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476797#M21112</link>
    <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182866"&gt;@ASpivey01&lt;/a&gt;&lt;/SPAN&gt; this is a known issue on all CM version prior May 2024. Please upgrade your QlikSense on prem version and this issue should be fixed.&lt;/P&gt;
&lt;P&gt;As workaroud, you can download the main.js file and import into your web app:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color:#727072;"&gt;&lt;I&gt;&amp;nbsp;&amp;lt;script src="./imports/main.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2024 10:20:41 GMT</pubDate>
    <dc:creator>alex_colombo</dc:creator>
    <dc:date>2024-08-19T10:20:41Z</dc:date>
    <item>
      <title>Error when embedding an Qlik Sense Client-Managed app using qlik-embed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476520#M21102</link>
      <description>&lt;P&gt;I am trying to put together a very simple demo where I embed a Qlik Sense app in a QS Client-Managed instance into a webpage using the qlik-embed library. Based on &lt;A href="https://qlik.dev/embed/qlik-embed/authenticate/connect-qlik-embed/#connecting-to-qlik-sense-enterprise-client-managed" target="_blank" rel="noopener"&gt;this qlik.dev page&lt;/A&gt;, it should be possible to do so but I am getting an error in the console saying it cannot find the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;/qlik-embed/main.js&lt;/FONT&gt;&lt;/STRONG&gt; file.&lt;/P&gt;
&lt;P&gt;Here is the HTML of page:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE&lt;/SPAN&gt; &lt;SPAN&gt;html&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;html&lt;/SPAN&gt; &lt;SPAN&gt;lang&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;en&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;meta&lt;/SPAN&gt; &lt;SPAN&gt;charset&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;UTF-8&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;meta&lt;/SPAN&gt; &lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;viewport&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;content&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;width=device-width, initial-scale=1.0&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;title&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;Qlik Web Components Test&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;script&lt;/SPAN&gt; &lt;SPAN&gt;crossorigin&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;anonymous&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;application/javascript&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;https://cdn.jsdelivr.net/npm/@qlik/embed-web-components@1/dist/index.min.js&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;data-host&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;https://myQSEoWServer/myProxy&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;data-login-uri&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;https://myQSEoWServer/myProxy&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;data-cross-site-cookies&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;main&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;h2&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;Here's a sheet:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/h2&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;qlik-embed&lt;/SPAN&gt; &lt;SPAN&gt;app-id&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;sheet-id&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ui&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;classic/app&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;style&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;display: contents;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/qlik-embed&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/main&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;And here is the error I get:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error screenshot.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170674iA27BB6A66B10CB38/image-size/large?v=v2&amp;amp;px=999" role="button" title="error screenshot.png" alt="error screenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I've tried so far:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I've tried adjusting the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;data-host&lt;/FONT&gt;&lt;/STRONG&gt; and &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;data-login-uri&lt;/FONT&gt;&lt;/STRONG&gt; attributes to include and exclude the virtual proxy, all resulting in that same error.&lt;/LI&gt;
&lt;LI&gt;I've searched the Qlik Community and Support forums, as well as Google and Bing, for this particular issue and similar issues to no avail.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other info:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;This webpage is hosted on a separate domain as the QS Client-Managed server but it is being served over HTTPS and has been whitelisted in the QMC. I am able to successfully use Enigma+Nebula and QRS calls from the same webpage.&lt;/LI&gt;
&lt;LI&gt;There are no permissions issues with the app itself -- I am the owner of the app and I can open and view the app from the same virtual proxy.&lt;/LI&gt;
&lt;LI&gt;I am currently logged into Qlik through that virtual proxy. Again, I'm able to embed through other methods but just not using qlik-embed.&lt;/LI&gt;
&lt;LI&gt;The QSEoW server version is&amp;nbsp;&lt;SPAN&gt;Qlik Sense February 2024 Patch 7.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 15 Aug 2024 16:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476520#M21102</guid>
      <dc:creator>ASpivey01</dc:creator>
      <dc:date>2024-08-15T16:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error when embedding an Qlik Sense Client-Managed app using qlik-embed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476797#M21112</link>
      <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182866"&gt;@ASpivey01&lt;/a&gt;&lt;/SPAN&gt; this is a known issue on all CM version prior May 2024. Please upgrade your QlikSense on prem version and this issue should be fixed.&lt;/P&gt;
&lt;P&gt;As workaroud, you can download the main.js file and import into your web app:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color:#727072;"&gt;&lt;I&gt;&amp;nbsp;&amp;lt;script src="./imports/main.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 10:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476797#M21112</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2024-08-19T10:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error when embedding an Qlik Sense Client-Managed app using qlik-embed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476870#M21120</link>
      <description>&lt;P&gt;Thanks Alex! For the workaround, where can I download that &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;main.js&lt;/FONT&gt;&lt;/STRONG&gt; file from?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 15:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476870#M21120</guid>
      <dc:creator>ASpivey01</dc:creator>
      <dc:date>2024-08-19T15:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error when embedding an Qlik Sense Client-Managed app using qlik-embed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476872#M21121</link>
      <description>&lt;P&gt;You can download from here: https://_qlikServer_/resources/main.js&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 15:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476872#M21121</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2024-08-19T15:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error when embedding an Qlik Sense Client-Managed app using qlik-embed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476877#M21122</link>
      <description>&lt;P&gt;I added this to my header:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;script src="&lt;A href="https://myQlikCMserver/myVirtualProxyresources/main.js" target="_blank" rel="noopener"&gt;https://myQlikCMserver/myVirtualProxy/resources/main.js&lt;/A&gt;" crossorigin="use-credentials"&amp;gt;&amp;lt;/script&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;...and that does load the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;main.js&lt;/FONT&gt;&lt;/STRONG&gt; file but then it's trying to load the other resources relative to my mashup server:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ASpivey01_0-1724082481335.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170757i89C6436EDC09EF94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ASpivey01_0-1724082481335.png" alt="ASpivey01_0-1724082481335.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried updating the script tag to include the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;data-cdn-base-url&lt;/FONT&gt;&lt;/STRONG&gt; attribute to get the other resources from my Qlik CM server:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;script src="&lt;A href="https://myQlikCMserver/myVirtualProxy/resources/main.js" target="_blank" rel="noopener"&gt;https://myQlikCMserver/myVirtualProxy/resources/main.js&lt;/A&gt;" crossorigin="use-credentials"&amp;nbsp;&lt;FONT color="#00CCFF"&gt;data-cdn-base-url="&lt;A href="https://myQlikCMserver/myVirtualProxy/resources" target="_blank" rel="noopener"&gt;https://myQlikCMserver/myVirtualProxy/resources&lt;/A&gt;"&lt;/FONT&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;...but that only works for the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;import-map.json&lt;/FONT&gt;&lt;/STRONG&gt; file:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ASpivey01_1-1724082722999.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170758iA2A5EDFDCD46237E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ASpivey01_1-1724082722999.png" alt="ASpivey01_1-1724082722999.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there an attribute or global JS variable I need to set to make all of those imports be relative to the Qlik CM server rather than my mashup server?&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Aug 2024 15:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476877#M21122</guid>
      <dc:creator>ASpivey01</dc:creator>
      <dc:date>2024-08-19T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error when embedding an Qlik Sense Client-Managed app using qlik-embed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476993#M21124</link>
      <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182866"&gt;@ASpivey01&lt;/a&gt;&lt;/SPAN&gt; please download the main.js and save it as local file into your project, then import as mentioned above. This should fix how import-map.json will be imported.&lt;/P&gt;
&lt;P&gt;I tried on my end and embedding classic/app will not work, even with this workaround. For fix this you have to upgrade your env to May 2024.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 10:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2476993#M21124</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2024-08-20T10:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error when embedding an Qlik Sense Client-Managed app using qlik-embed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2479473#M21188</link>
      <description>&lt;P&gt;I am facing a similar issue after upgrading to the latest version of Qlik for Windows, May 2024, and applying patch 4. I am receiving a Cross-Origin Read Blocking (CORB) error when the embed library tries to load &lt;CODE&gt;main.js&lt;/CODE&gt;. I followed the settings outlined in the script file at &lt;A href="https://qlik.dev/embed/qlik-embed/authenticate/connect-qlik-embed/#connecting-to-qlik-sense-enterprise-client-managed" target="_new" rel="noopener"&gt;https://qlik.dev/embed/qlik-embed/authenticate/connect-qlik-embed/#connecting-to-qlik-sense-enterprise-client-managed&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;We use SSO and Azure AD, and it appears that &lt;CODE&gt;main.js&lt;/CODE&gt; returns a (302 Authenticate at this location) response along with the &lt;CODE&gt;&lt;A href="https://login.microsoftonline.com" target="_blank"&gt;https://login.microsoftonline.com&lt;/A&gt;&lt;/CODE&gt; URI, but the browser is unable to read the URL and authenticate. Am I missing any settings in the QMC? Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 21:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2479473#M21188</guid>
      <dc:creator>jmoulden</dc:creator>
      <dc:date>2024-09-03T21:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error when embedding an Qlik Sense Client-Managed app using qlik-embed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2479899#M21199</link>
      <description>&lt;P&gt;Seems to be a bug, please open a support case on this.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 12:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2479899#M21199</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2024-09-05T12:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error when embedding an Qlik Sense Client-Managed app using qlik-embed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2489872#M21438</link>
      <description>&lt;P&gt;You can probably use the HTML &amp;lt;base&amp;gt; tag. This solved it for me.&lt;/P&gt;
&lt;P&gt;See "&lt;SPAN&gt;I recommend using the HTML&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base" rel="noreferrer" target="_blank"&gt;&lt;CODE&gt;&amp;lt;base&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;element&lt;/A&gt;&lt;SPAN&gt;:" at URL&lt;/SPAN&gt;&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/5713295/specify-a-root-path-of-your-html-directory-for-script-links" target="_blank"&gt;Specify a Root Path of your HTML directory for script links? - Stack Overflow&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope it works for you. By the way, I am testing my qlik-embed html-page as an extension on the same server and I had to put the bas-tag inside the head-tag, like this:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;base&lt;/SPAN&gt; &lt;SPAN&gt;href&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://qs-utv.yourdomain.se/" target="_blank"&gt;https://qs-utv.yourdomain.se/&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 09:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-embedding-an-Qlik-Sense-Client-Managed-app-using-qlik/m-p/2489872#M21438</guid>
      <dc:creator>Johannes_Twisk</dc:creator>
      <dc:date>2024-10-30T09:12:02Z</dc:date>
    </item>
  </channel>
</rss>

