<?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 creating a Bundle for an extension in the cloud in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-creating-a-Bundle-for-an-extension-in-the-cloud/m-p/2486622#M21368</link>
    <description>&lt;P&gt;I got it!&lt;/P&gt;
&lt;P&gt;The only two things I did to fix it:&lt;/P&gt;
&lt;P&gt;1 - I really had to use the word bundle in the id of the bundle. It does not make sense, but it works.&lt;/P&gt;
&lt;P&gt;2 - My mistake, I had a comma at the end of the last property. Client-managed does not care. Cloud does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 18:03:25 GMT</pubDate>
    <dc:creator>igoralcantara</dc:creator>
    <dc:date>2024-10-11T18:03:25Z</dc:date>
    <item>
      <title>Error when creating a Bundle for an extension in the cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-creating-a-Bundle-for-an-extension-in-the-cloud/m-p/2486587#M21367</link>
      <description>&lt;P&gt;Good day, Community,&lt;/P&gt;
&lt;P&gt;I am writing a few extensions just for my personal use, and they all work fine. However, I want to group them inside a bundle, so when I go to "Custom Objects", instead of finding them inside the Extensions panel, I want my own panel, like: Igor Library.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try the bundle property in the qext file. It works great in my Qlik Sense on-prem but I cannot upload the extension in the cloud. The extension in the cloud works great without the bundle option, but when I add the Bundle, I get this error message:&lt;/P&gt;
&lt;P class="MuiTypography-root MuiTypography-body2 css-1pkv5uh"&gt;Error: PATCH 422 /extensions/&amp;lt;id&amp;gt;&lt;/P&gt;
&lt;DIV class="MuiBox-root css-fo5e5b"&gt;
&lt;DIV class="MuiBox-root css-0"&gt;
&lt;P class="MuiTypography-root MuiTypography-body2 css-nl0jog"&gt;Error code:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;MANAGEMENT-CONSOLE-2&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="igoralcantara_0-1728656595728.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172812i7EFB554B714D9468/image-size/medium?v=v2&amp;amp;px=400" role="button" title="igoralcantara_0-1728656595728.png" alt="igoralcantara_0-1728656595728.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is my qext. I tried to remove the hyphen, have the id and name be the same, but it is all the same.&lt;/P&gt;
&lt;P&gt;Network{&lt;BR /&gt;"name": "Scatterplot Matrix Chart",&lt;BR /&gt;"description": "A scatterplot matrix (SPLOM) visualization developed by Igor Alcantara (IPC Global)",&lt;BR /&gt;"homepage": "&lt;A href="https://www.ipc-global.com" target="_blank"&gt;https://www.ipc-global.com&lt;/A&gt;",&lt;BR /&gt;"icon": "scatter-chart",&lt;BR /&gt;"type": "visualization",&lt;BR /&gt;"version": "0.2.0",&lt;BR /&gt;"author": "Igor Alcantara @ IPC Global",&lt;BR /&gt;"homepage": "&lt;A href="https://ipc-global.com" target="_blank"&gt;https://ipc-global.com&lt;/A&gt;",&lt;BR /&gt;"keywords": "qlik, extension, visualization, scatterplot, matrix, d3",&lt;BR /&gt;"dependencies": {&lt;BR /&gt;"qlik-sense": "&amp;gt;=3.0.x"&lt;BR /&gt;},&lt;BR /&gt;"bundle": {&lt;BR /&gt;"id": "igor-bundle",&lt;BR /&gt;"name": "Igor Bundle",&lt;BR /&gt;"description": "Igor Library is a library of custom objects designed by Igor Alcantara."&lt;BR /&gt;},&lt;BR /&gt;"preview": "preview.png",&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;I also try to add the extension on a subfolder. Nothing seems to be working in the cloud. All seems to work on-prem.&lt;/P&gt;
&lt;P&gt;Any idea of what I am missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 14:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-creating-a-Bundle-for-an-extension-in-the-cloud/m-p/2486587#M21367</guid>
      <dc:creator>igoralcantara</dc:creator>
      <dc:date>2024-10-11T14:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error when creating a Bundle for an extension in the cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-creating-a-Bundle-for-an-extension-in-the-cloud/m-p/2486622#M21368</link>
      <description>&lt;P&gt;I got it!&lt;/P&gt;
&lt;P&gt;The only two things I did to fix it:&lt;/P&gt;
&lt;P&gt;1 - I really had to use the word bundle in the id of the bundle. It does not make sense, but it works.&lt;/P&gt;
&lt;P&gt;2 - My mistake, I had a comma at the end of the last property. Client-managed does not care. Cloud does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 18:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-when-creating-a-Bundle-for-an-extension-in-the-cloud/m-p/2486622#M21368</guid>
      <dc:creator>igoralcantara</dc:creator>
      <dc:date>2024-10-11T18:03:25Z</dc:date>
    </item>
  </channel>
</rss>

