<?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: WxCC Widget error message: Component not registered in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/4959243#M3538</link>
    <description>&lt;P&gt;As discussed 1:1 the issue is the Desktop needs the widget hosted on a CDN or file storage, and not a indirect link like the github repo link to the file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the solution is to host the bundle.js on a cloud storage of some sort, e.g S3, GCP Cloud storage, onRender, or similar&lt;/P&gt;
&lt;P&gt;When checking the "script" tag the layout engine has to render the raw, compiled, JS code as a web component.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Arunabh.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2023 16:28:53 GMT</pubDate>
    <dc:creator>Arunabh Bhattacharjee</dc:creator>
    <dc:date>2023-11-14T16:28:53Z</dc:date>
    <item>
      <title>WxCC Widget error message: Component not registered</title>
      <link>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/4959014#M3536</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying this example:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/WebexSamples/webex-contact-center-api-samples/tree/main/widget-samples/addressbook-widget-sample" target="_blank" rel="noopener"&gt;https://github.com/WebexSamples/webex-contact-center-api-samples/tree/main/widget-samples/addressbook-widget-sample&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;it is working running on my latpop, andnow I would like to host bundle.js online. When I try to load the widget it doesn't work, and I can see in the browser console:&lt;/P&gt;
&lt;DIV style="color: #cccccc; background-color: #1f1f1f; font-family: Menlo, Monaco, 'Courier New', monospace; font-weight: normal; font-size: 12px; line-height: 18px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN&gt;"status"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"errorRegister"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"errorMessage"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"Script 'myURl/bundle.js' loaded but 'sa-address-book' component not registered"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Nov 2023 11:27:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/4959014#M3536</guid>
      <dc:creator>vvazquez</dc:creator>
      <dc:date>2023-11-14T11:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: WxCC Widget error message: Component not registered</title>
      <link>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/4959235#M3537</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/317505"&gt;@vvazquez&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This is potentially a hosting problem or an issue in the layout configuration.&lt;/P&gt;
&lt;P&gt;For example have hosted these samples for free on the cloud for internal demos and it works well, I will ping you the details 1:1 so you can reuse it.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Arunabh.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 16:14:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/4959235#M3537</guid>
      <dc:creator>Arunabh Bhattacharjee</dc:creator>
      <dc:date>2023-11-14T16:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: WxCC Widget error message: Component not registered</title>
      <link>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/4959243#M3538</link>
      <description>&lt;P&gt;As discussed 1:1 the issue is the Desktop needs the widget hosted on a CDN or file storage, and not a indirect link like the github repo link to the file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the solution is to host the bundle.js on a cloud storage of some sort, e.g S3, GCP Cloud storage, onRender, or similar&lt;/P&gt;
&lt;P&gt;When checking the "script" tag the layout engine has to render the raw, compiled, JS code as a web component.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Arunabh.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 16:28:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/4959243#M3538</guid>
      <dc:creator>Arunabh Bhattacharjee</dc:creator>
      <dc:date>2023-11-14T16:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: WxCC Widget error message: Component not registered</title>
      <link>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/5311139#M4433</link>
      <description>&lt;P&gt;Where did you store your js file? I'm trying to use this widget as well&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 15:58:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/5311139#M4433</guid>
      <dc:creator>itinfrastructure3</dc:creator>
      <dc:date>2025-07-18T15:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: WxCC Widget error message: Component not registered</title>
      <link>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/5311561#M4436</link>
      <description>&lt;P&gt;I am not sure now, but I normally host them on github&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jul 2025 15:57:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/wxcc-widget-error-message-component-not-registered/m-p/5311561#M4436</guid>
      <dc:creator>vvazquez</dc:creator>
      <dc:date>2025-07-20T15:57:39Z</dc:date>
    </item>
  </channel>
</rss>

