# My image field is not showing latest image

**URL:** https://community.glideapps.com/t/my-image-field-is-not-showing-latest-image/53827
**Category:** Ask for Help
**Created:** [November 10, 2022, 11:10pm UTC](https://community.glideapps.com/t/my-image-field-is-not-showing-latest-image/53827 "2022-11-10T23:10:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Valuing\_Stocks](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/valuing_stocks/32/48971_2.png) [@Valuing\_Stocks](https://community.glideapps.com/u/Valuing_Stocks)
#### Post date: [November 10, 2022, 11:10pm UTC](https://community.glideapps.com/t/my-image-field-is-not-showing-latest-image/53827/1 "2022-11-10T23:10:20Z")

</div>

Hi, I have a field where I store a URL to get an image for a particular ticker’s stock charts. However, it seems like after I have viewed a ticker’s detail’s page in my app (where the chart image is displayed), the chart image does not update. I can tell because each chart image has a date in the upper left-hand corner (see image below showing the chart from Nov 4th - today is Nov 10th):

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/7/377b80ecdfd1fbecc3a92db43ee085572862ecea.jpeg)

How can I fix this? When I inspected the code, it looks like Glide is serving the image through Cloudinary. Is this causing some sort of caching issue?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 10, 2022, 11:32pm UTC](https://community.glideapps.com/t/my-image-field-is-not-showing-latest-image/53827/2 "2022-11-10T23:32:58Z")

</div>

I assume the url for the image remains the same?

> [@User’s app not updating](https://community.glideapps.com/t/user-s-app-not-updating/21266/8):
>
> OK, be mindful that glide apps are basically webpages running on top of the browser. Browsers tend to cache things when possible. As for images, they are retrieved BY the app. They are not sent TO the app. If the url remains the same then it’s very likely that the app will retrieve the cached version. There is a trick to get the image to update if the url remains the same. This is called a cache bust. Essentially you add a dummy query parameter to the image url with a value that changes …

---

<div class="post-metadata">

### Author: ![Valuing\_Stocks](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/valuing_stocks/32/48971_2.png) [@Valuing\_Stocks](https://community.glideapps.com/u/Valuing_Stocks)
#### Post date: [November 11, 2022, 6:43pm UTC](https://community.glideapps.com/t/my-image-field-is-not-showing-latest-image/53827/3 "2022-11-11T18:43:54Z")

</div>

Thank you so much! I think this is working and resolved my issue.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [November 12, 2022, 6:44pm UTC](https://community.glideapps.com/t/my-image-field-is-not-showing-latest-image/53827/4 "2022-11-12T18:44:44Z")

</div>

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