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):
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?