<?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 Avoiding the need for users to Empty Cache and Hard Reload in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Avoiding-the-need-for-users-to-Empty-Cache-and-Hard-Reload/m-p/748978#M11981</link>
    <description>&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;I lead the development for 3 interactive React/SUIT apps, and before I go down a rabbit trail testing a few ideas, I wondered if anyone had already found something that might suit my requirement.&lt;/P&gt;&lt;P&gt;Essentially, when promoting a new version (with some added feature(s), etc.) to Production, users have to open their browser's Dev tools, long-click on the browser's Reload button, and select "Empty Cache and Hard Reload". Understandably, they do not like having to take this step.&lt;/P&gt;&lt;P&gt;I have some ideas around incrementing file names to avoid this, but just thought I'd check here to see if anyone else had already come up with a method.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jun 2025 21:23:52 GMT</pubDate>
    <dc:creator>apc</dc:creator>
    <dc:date>2025-06-30T21:23:52Z</dc:date>
    <item>
      <title>Avoiding the need for users to Empty Cache and Hard Reload</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Avoiding-the-need-for-users-to-Empty-Cache-and-Hard-Reload/m-p/748978#M11981</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;I lead the development for 3 interactive React/SUIT apps, and before I go down a rabbit trail testing a few ideas, I wondered if anyone had already found something that might suit my requirement.&lt;/P&gt;&lt;P&gt;Essentially, when promoting a new version (with some added feature(s), etc.) to Production, users have to open their browser's Dev tools, long-click on the browser's Reload button, and select "Empty Cache and Hard Reload". Understandably, they do not like having to take this step.&lt;/P&gt;&lt;P&gt;I have some ideas around incrementing file names to avoid this, but just thought I'd check here to see if anyone else had already come up with a method.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 21:23:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Avoiding-the-need-for-users-to-Empty-Cache-and-Hard-Reload/m-p/748978#M11981</guid>
      <dc:creator>apc</dc:creator>
      <dc:date>2025-06-30T21:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding the need for users to Empty Cache and Hard Reload</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Avoiding-the-need-for-users-to-Empty-Cache-and-Hard-Reload/m-p/748992#M11983</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311325"&gt;@apc&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds like you need to increment the "&lt;A href="https://help.splunk.com/en/data-management/splunk-enterprise-admin-manual/9.4/configuration-file-reference/9.4.1-configuration-file-reference/app.conf#:~:text=performed.%0A*%20Default%3A%20false-,build%20%3D%20%3Cinteger%3E,-*%20Required.%0A*%20Must%20be" target="_self"&gt;build&lt;/A&gt;" value in the [install] stanza of app.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;build = &amp;lt;integer&amp;gt;
* Required.
* Must be a positive integer.
* Increment this whenever you change files in &amp;lt;app_name&amp;gt;/static.
* Every release must change both 'version' and 'build' settings.
* Ensures browsers don't use cached copies of old static files
in new versions of your app.
* 'build' is a single integer, unlike 'version' which can be a complex string,
such as 1.5.18.&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 06:11:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Avoiding-the-need-for-users-to-Empty-Cache-and-Hard-Reload/m-p/748992#M11983</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-01T06:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding the need for users to Empty Cache and Hard Reload</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Avoiding-the-need-for-users-to-Empty-Cache-and-Hard-Reload/m-p/749022#M11984</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;- wasn't even aware of that param. I'll give that a shot and reply here with results the next time I promote a new version.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 11:57:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Avoiding-the-need-for-users-to-Empty-Cache-and-Hard-Reload/m-p/749022#M11984</guid>
      <dc:creator>apc</dc:creator>
      <dc:date>2025-07-01T11:57:11Z</dc:date>
    </item>
  </channel>
</rss>

