<?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: QS Mahsup In NodeJs Environment in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mahsup-In-NodeJs-Environment/m-p/1194555#M6002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you changed the require.config values in public/script.js? Because it sounds like it's trying to load relative to where the page is hosted instead of the Qlik Sense static directory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2016 18:36:49 GMT</pubDate>
    <dc:creator>Alexander_Thor</dc:creator>
    <dc:date>2016-10-13T18:36:49Z</dc:date>
    <item>
      <title>QS Mahsup In NodeJs Environment</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mahsup-In-NodeJs-Environment/m-p/1194554#M6001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm developing a NodeJs Application and I need some objects from QlikSense.&lt;/P&gt;&lt;P&gt;I'm using as an example&lt;A href="https://github.com/websy85/nodejs-qliksense"&gt; nodejs-qliksense &lt;/A&gt;‌and I've managed to connect to QS hub by accessing the link like: &lt;SPAN style="text-decoration: underline;"&gt;server-name/custom&lt;/SPAN&gt;, so I think that the VPS is properly configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I'm not able to to show any QS objects because the JS files are not properly loaded.&lt;/P&gt;&lt;P&gt;I'm accessing the NodeJs server via &lt;SPAN style="color: #575757; text-decoration: underline;"&gt;server-name:5005&lt;/SPAN&gt; and the browser is trying to load the required JS files on the server-name:5005 instead of &lt;SPAN style="text-decoration: underline;"&gt;server-name/required js files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The NodeJS server and QS Server are located on the same machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you guys give me some pointers about this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 07:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mahsup-In-NodeJs-Environment/m-p/1194554#M6001</guid>
      <dc:creator>gabineaq</dc:creator>
      <dc:date>2016-10-13T07:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: QS Mahsup In NodeJs Environment</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mahsup-In-NodeJs-Environment/m-p/1194555#M6002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you changed the require.config values in public/script.js? Because it sounds like it's trying to load relative to where the page is hosted instead of the Qlik Sense static directory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 18:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mahsup-In-NodeJs-Environment/m-p/1194555#M6002</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-10-13T18:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: QS Mahsup In NodeJs Environment</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mahsup-In-NodeJs-Environment/m-p/1194556#M6003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed the host, prefix and port.&lt;/P&gt;&lt;P&gt;The relative path seems to be the issue, if I remove the port number in public/script.js, all the JS files are loaded, however the authentication fails, as there is no port for the NodeJS server to listen to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 19:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mahsup-In-NodeJs-Environment/m-p/1194556#M6003</guid>
      <dc:creator>gabineaq</dc:creator>
      <dc:date>2016-10-13T19:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: QS Mahsup In NodeJs Environment</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mahsup-In-NodeJs-Environment/m-p/1194557#M6004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tinkered a little bit the code and it seems that the authentication is not part is not called if I access the app like this: server-name:5005&lt;/P&gt;&lt;P&gt;However accessing server-name/custom works, and I'm redirected to the QMC/HUB.&lt;/P&gt;&lt;P&gt;How can I get the ticket value to append it to the required resources?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that when the required.js file is loaded, the authentication module should be called, but this is not happening as I'm getting an undefined JS in the Browser Inspector.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 10:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-Mahsup-In-NodeJs-Environment/m-p/1194557#M6004</guid>
      <dc:creator>gabineaq</dc:creator>
      <dc:date>2016-10-14T10:25:17Z</dc:date>
    </item>
  </channel>
</rss>

