<?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 Duplicate existing extension Invalid Vis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1645572#M63487</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to duplicate an existing extension and then modify it slightly.&lt;/P&gt;&lt;P&gt;In the Dev Hub I duplicate the extension and rename it. When I test the duplicated extension without making any modifications I get a message -&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Invalid Visualization. The visualization was not found on the server. This extension is not available: SelectionTest1 ({1})"&lt;/P&gt;&lt;P&gt;Since I am duplicating an existing extension I am not sure what the issue is.&lt;/P&gt;&lt;P&gt;Any ideas on what I am missing would be greatly appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first time trying to modify and extension.&amp;nbsp; My update works in the original extension when I test it, but I do not want to change that original extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Apr 2021 08:10:53 GMT</pubDate>
    <dc:creator>Brip51</dc:creator>
    <dc:date>2021-04-02T08:10:53Z</dc:date>
    <item>
      <title>Duplicate existing extension Invalid Vis</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1645572#M63487</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to duplicate an existing extension and then modify it slightly.&lt;/P&gt;&lt;P&gt;In the Dev Hub I duplicate the extension and rename it. When I test the duplicated extension without making any modifications I get a message -&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Invalid Visualization. The visualization was not found on the server. This extension is not available: SelectionTest1 ({1})"&lt;/P&gt;&lt;P&gt;Since I am duplicating an existing extension I am not sure what the issue is.&lt;/P&gt;&lt;P&gt;Any ideas on what I am missing would be greatly appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first time trying to modify and extension.&amp;nbsp; My update works in the original extension when I test it, but I do not want to change that original extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1645572#M63487</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2021-04-02T08:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate existing extension Invalid Vis</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1645612#M63488</link>
      <description>&lt;P&gt;Check the array of dependencies in the extension. Also check for syntax errors, like missing curly braces &amp;nbsp;or extra curly braces.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 00:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1645612#M63488</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-11-12T00:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate existing extension Invalid Vis</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1645987#M63489</link>
      <description>&lt;P&gt;the original dependency was-&lt;/P&gt;&lt;P&gt;define(['jquery', 'qlik', 'css!./FEI-SelectionsApplier.css', './properties'],&lt;/P&gt;&lt;P&gt;I updated that to the new name-&lt;/P&gt;&lt;P&gt;define(['jquery', 'qlik', 'css!./SelAPCust.css', './properties'],&lt;/P&gt;&lt;P&gt;I believe that is correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;also I went through the code to check the syntax and it matched the original code (which works).&lt;/P&gt;&lt;P&gt;Thank you for your help.&amp;nbsp; If you have any other thoughts please reply.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 16:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1645987#M63489</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2019-11-12T16:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate existing extension Invalid Vis</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1646054#M63490</link>
      <description>&lt;P&gt;Do you get any errors in the browser console? Like 404 not found etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 17:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1646054#M63490</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-11-12T17:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate existing extension Invalid Vis</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1646069#M63491</link>
      <description>&lt;P&gt;Yes. Thanks.&amp;nbsp; I didn't even think to look there!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Failed to load resource: the server responded with a status of 404 (Not Found)&lt;BR /&gt;/resources/chunks/setup-view.aaafe511db98d706b7b3.js:8 Error: Script error for "extensions/SelAPCust/properties", needed by: extensions/SelAPCust/SelAPCust&lt;BR /&gt;&lt;A href="http://requirejs.org/docs/errors.html#scripterror" target="_blank"&gt;http://requirejs.org/docs/errors.html#scripterror&lt;/A&gt;&lt;BR /&gt;at makeError (/resources/chunks/setup-view.aaafe511db98d706b7b3.js:8)&lt;BR /&gt;at HTMLScriptElement.onScriptError (/resources/chunks/setup-view.aaafe511db98d706b7b3.js:8)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what it means or why I would get the error with the same code.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 18:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1646069#M63491</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2019-11-12T18:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate existing extension Invalid Vis</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1646091#M63492</link>
      <description>&lt;P&gt;So, there is a problem with properties.js. Does it exist? Is there any syntax error in it? Does it have any dependencies?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 20:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1646091#M63492</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-11-12T20:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate existing extension Invalid Vis</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1649184#M63493</link>
      <description>&lt;P&gt;Thanks Erik,&lt;/P&gt;&lt;P&gt;I got it to work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the properties.js file in the Dev-Hub extension editor in the duplicated extension and it worked.&lt;/P&gt;&lt;P&gt;I am not sure why that file was not duplicated from the original extension, but now I know how to fix the issue in the future.&amp;nbsp; Thanks again for the help !&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 14:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1649184#M63493</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2019-11-20T14:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate existing extension Invalid Vis</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1649299#M63494</link>
      <description>&lt;P&gt;I think dev-hub only copies the files listed in wbfolder.wbl file, so if properties.js is not in that file it would not be copied.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 17:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-existing-extension-Invalid-Vis/m-p/1649299#M63494</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-11-20T17:37:49Z</dc:date>
    </item>
  </channel>
</rss>

