<?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: Issue loading image in &amp;quot;Text &amp;amp; Image&amp;quot; object with qlik-embed mashup in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2520222#M22258</link>
    <description>&lt;P&gt;using iframe prop should fix this issue. Could you please share your entire code base?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 09:37:25 GMT</pubDate>
    <dc:creator>alex_colombo</dc:creator>
    <dc:date>2025-06-05T09:37:25Z</dc:date>
    <item>
      <title>Issue loading image in "Text &amp; Image" object with qlik-embed mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2518129#M22204</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I’m using qlik-embed in my mashup, with the authentication method set to OAuth2 for an SPA via a script in the &amp;lt;head&amp;gt;.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;script
      crossorigin="anonymous"
      type="application/javascript"
      src="https://cdn.jsdelivr.net/npm/@qlik/embed-web-components@1/dist/index.min.js"
      data-host="https://&amp;lt;tenant&amp;gt;.eu.qlikcloud.com"
      data-client-id="0.....0"
      data-redirect-uri="http://localhost/&amp;lt;tenant&amp;gt;/"
      data-access-token-storage="session"
    &amp;gt;&amp;lt;/script&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;When I try to open an object of type "Text &amp;amp; Image", the object loads successfully, but the image within it returns a 401 error: (&lt;A href="https://community.qlik.com/" target="_blank"&gt;https://&amp;lt;tenant&amp;gt;.eu.qlikcloud.com/api/v1/apps/fa...79bf7/media/files/LEGEND_1.png&lt;/A&gt;)&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;qlik-embed
          ui="classic/chart"
          app-id="{{app_id}}"
          object-id="fa...p"
          class="qlik-legend"
  &amp;gt;&amp;lt;/qlik-embed&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;If I open the app directly in the browser (Qlik interface), the image displays properly. All other objects load without issues in the mashup.&lt;/P&gt;&lt;P&gt;Is there a way to obtain permissions to access media files using this kind of authentication, or is there another recommended method for loading media content in this case?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 18 May 2025 15:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2518129#M22204</guid>
      <dc:creator>sanekagr2</dc:creator>
      <dc:date>2025-05-18T15:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading image in "Text &amp; Image" object with qlik-embed mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2518539#M22212</link>
      <description>&lt;P&gt;Could you try in iframe mode for that object? Like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; &amp;lt;qlik-embed
          ui="classic/chart"
          app-id="{{app_id}}"
          object-id="fa...p"
          class="qlik-legend"
          iframe="true"
  &amp;gt;&amp;lt;/qlik-embed&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;This should permit it access to assets outside of the immediate chart.&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 21:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2518539#M22212</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2025-05-21T21:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading image in "Text &amp; Image" object with qlik-embed mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2518600#M22214</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I tried that, but it didn’t work. Also, for some reason, another element on the page, a layout container, suddenly disappeared after I added iframe="true" to the Text &amp;amp; Image element.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 10:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2518600#M22214</guid>
      <dc:creator>sanekagr2</dc:creator>
      <dc:date>2025-05-22T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading image in "Text &amp; Image" object with qlik-embed mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2520222#M22258</link>
      <description>&lt;P&gt;using iframe prop should fix this issue. Could you please share your entire code base?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 09:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2520222#M22258</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2025-06-05T09:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading image in "Text &amp; Image" object with qlik-embed mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2520232#M22260</link>
      <description>&lt;P&gt;Yes, thanks. It fixed the problem, but the elements load slowly — which seems expected for an iframe. You need to use the CSS rule position: relative on the element that hosts the object with the iframe; otherwise, it can cause issues with the DOM&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 10:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-loading-image-in-quot-Text-amp-Image-quot-object-with-qlik/m-p/2520232#M22260</guid>
      <dc:creator>sanekagr2</dc:creator>
      <dc:date>2025-06-05T10:15:59Z</dc:date>
    </item>
  </channel>
</rss>

