Variables not updated until after browser cache clear

Hello,

I’m having a problem with using octopus to cache bust my application. I have the following setup in my index.html file:

/link href="/assets/css/estore.css?v=#{Octopus.Release.Id}" type=“text/css” rel=“stylesheet”/

Which works, but only after I manually clear my cache after each deployment. Any idea how I can force this to happen?

Any help is greatly appreciated.

Hi @john.chase

Thanks for getting in touch!

If I understand the question correctly you are finding that when you are doing a deployment you aren’t seeing the deployed changes until after you do a hard cache reset? If that is the case then this article may help. There is also a really good article on medium that may also provide assistance here.

If I’ve misunderstood the issue or if there is anything else that I can assist with please let me know.

Regards,
Alex

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.