<?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: Nebula JS in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2471118#M20934</link>
    <description>&lt;P&gt;The problem is your web integration ID its no in White list for that, try to use a Auth0&amp;nbsp; authentication&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2024 08:45:34 GMT</pubDate>
    <dc:creator>TcnCunha_M</dc:creator>
    <dc:date>2024-07-17T08:45:34Z</dc:date>
    <item>
      <title>Nebula JS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2471097#M20933</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to use Nebula JS. I followed the tutorial as described here: &lt;A href="https://qlik.dev/extend/extend-quickstarts/first-extension/" target="_new" rel="noreferrer"&gt;https://qlik.dev/extend/extend-quickstarts/first-extension/&lt;/A&gt;. When I am on &lt;A href="http://localhost:8000" target="_new" rel="noreferrer"&gt;http://localhost:8000&lt;/A&gt; and use the following WebSocket URL: wss://xnijgnzzet1479v.de.qlikcloud.com?qlik-web-integration-id=xxx, it doesn't work. I am sure that the web integration ID is correct as well as the tenant. It says:&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;DIV class="panelContent"&gt;
&lt;PRE class="data"&gt;{"errors":[{"title":"returnto not included in web integration whitelist","code":"LOGIN-10","status":"401"}],"traceId":"b38e7a5efea0b5048427bd91ab58396e"}&lt;/PRE&gt;
&lt;P&gt;This is weird because, when I go to the Web section in Qlik Cloud, I have added &lt;A href="https://localhost:8000" target="_new" rel="noreferrer"&gt;https://localhost:8000&lt;/A&gt;, but it doesn't change anything.&lt;/P&gt;
&lt;P&gt;If someone has any idea.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jul 2024 07:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2471097#M20933</guid>
      <dc:creator>pamal0211</dc:creator>
      <dc:date>2024-07-17T07:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nebula JS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2471118#M20934</link>
      <description>&lt;P&gt;The problem is your web integration ID its no in White list for that, try to use a Auth0&amp;nbsp; authentication&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 08:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2471118#M20934</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-17T08:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nebula JS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2471397#M20946</link>
      <description>&lt;P&gt;My OAuth is configured like this :&lt;/P&gt;
&lt;DIV class="ant-col ant-form-item-label"&gt;&lt;LABEL class="" title="Redirect URLs"&gt;Redirect URLs&lt;/LABEL&gt;&lt;/DIV&gt;
&lt;DIV class="ant-col ant-form-item-control-wrapper"&gt;
&lt;DIV class="ant-form-item-control"&gt;
&lt;DIV class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded MuiCard-root css-51hxup"&gt;
&lt;UL&gt;
&lt;LI class="css-gg4vpm"&gt;&lt;A href="http://localhost:8000/auth/login/callback" target="_blank"&gt;http://localhost:8000/auth/login/callback&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="ant-col ant-form-item-control-wrapper"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ant-row ant-form-item ant-form-item-with-help"&gt;
&lt;DIV class="ant-col ant-form-item-control-wrapper"&gt;
&lt;DIV class="ant-form-item-control"&gt;
&lt;DIV class="ant-form-explain"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="ant-row ant-form-item"&gt;
&lt;DIV class="ant-col ant-form-item-label"&gt;&lt;LABEL class="" title="Allowed origins"&gt;Allowed origins&lt;/LABEL&gt;&lt;/DIV&gt;
&lt;DIV class="ant-col ant-form-item-control-wrapper"&gt;
&lt;DIV class="ant-form-item-control"&gt;
&lt;DIV class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded MuiCard-root css-51hxup"&gt;
&lt;UL&gt;
&lt;LI class="css-gg4vpm"&gt;&lt;A href="https://xnijgnzzet1479v.de.qlikcloud.com" target="_blank"&gt;https://xnijgnzzet1479v.de.qlikcloud.com&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;The new error is the following one :&lt;/P&gt;
&lt;DIV class="tab-panel rawdata"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="rawdata-panel" class="tab-panel-box" style="visibility: visible; height: 100%;" role="tabpanel" aria-labelledby="rawdata-tab"&gt;
&lt;DIV class="tab-panel rawdata"&gt;
&lt;DIV class="textPanelBox tab-panel-inner"&gt;
&lt;DIV class="panelContent"&gt;
&lt;PRE class="data"&gt;{"errors":[{"title":"No authentication configured for this hostname","code":"LOGIN-2","status":404}],"traceId":"e103c614ec9dde0b272e8a72589da917"}&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Jul 2024 08:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2471397#M20946</guid>
      <dc:creator>pamal0211</dc:creator>
      <dc:date>2024-07-18T08:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nebula JS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2471508#M20950</link>
      <description>&lt;P&gt;did you setup as web and give what scopes?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 13:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2471508#M20950</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-18T13:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nebula JS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2472706#M20994</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/303206"&gt;@pamal0211&lt;/a&gt;&amp;nbsp;you are using &lt;A href="http://localhost:8000" target="_blank"&gt;http://localhost:8000&lt;/A&gt;&amp;nbsp;and you set in webintegration allowed origin&amp;nbsp;&lt;A href="https://localhost:8000" target="_blank"&gt;https://localhost:8000&lt;/A&gt;. Could you try to remove the s in https and try it again?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 14:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-JS/m-p/2472706#M20994</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2024-07-24T14:20:47Z</dc:date>
    </item>
  </channel>
</rss>

