<?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: Caching issue - webappbuilder in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785226#M3522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, I have not seen that issue before then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2020 12:36:08 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2020-04-08T12:36:08Z</dc:date>
    <item>
      <title>Caching issue - webappbuilder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785223#M3519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I change the widget.html or widget.js of any custom widget. There is no change in the application unless and until I clear the browser cache. Is anyone facing the same issue . Please let me know .&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2020 15:39:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785223#M3519</guid>
      <dc:creator>KafilBaig</dc:creator>
      <dc:date>2020-04-07T15:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Caching issue - webappbuilder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785224#M3520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kafil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; What is the path of the widget.js/.html file that you are editing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2020 18:30:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785224#M3520</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-04-07T18:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Caching issue - webappbuilder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785225#M3521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;https://myservername.org/myapplicationname/widgets/ebind/widget.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am directly editing in the my application widget folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Tue, Apr 7, 2020 at 9:31 PM Robert Scheitlin, GISP &amp;lt;geonet@esri.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2020 03:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785225#M3521</guid>
      <dc:creator>KafilBaig</dc:creator>
      <dc:date>2020-04-08T03:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Caching issue - webappbuilder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785226#M3522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, I have not seen that issue before then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2020 12:36:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785226#M3522</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-04-08T12:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Caching issue - webappbuilder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785227#M3523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added a input button and javascript function in widget.js and saved it. Now when i try to see the changes in my application hosted on IIS it is not taking the new changes unless i go n clear the cache.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to add the below code in jimu.js/widgetmanager.js as per one of the thread&amp;nbsp;&lt;A href="https://community.esri.com/thread/158241"&gt;https://community.esri.com/thread/158241&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var myHostName = "maps.simcoe.ca"&lt;/P&gt;&lt;P&gt;var uid = Math.floor(Date.now() / 100000)&lt;/P&gt;&lt;P&gt;if (window.location.hostname.toLowerCase() != myHostName)&lt;BR /&gt; {&lt;BR /&gt; var d = new Date();&lt;BR /&gt; uid = d.getFullYear().toString() + "-" + (d.getMonth() + 1).toString() + "-" + d.getDate().toString()&lt;BR /&gt; }&lt;BR /&gt; this.preventCacheParameter = "?preventCache=" + uid;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what is the best solution or workaround i can implement to get rid of this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 10:17:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/caching-issue-webappbuilder/m-p/785227#M3523</guid>
      <dc:creator>KafilBaig</dc:creator>
      <dc:date>2020-04-16T10:17:06Z</dc:date>
    </item>
  </channel>
</rss>

