I have an image (from the static folder, pretty straightforward)in my simple html template with a button, clicking the button will perform some background processes, getting a new image and replacing the old one in the static folder. After getting the new image and refreshing the page, the page still display the old one, but this only happen in Google Chrome, it works as expected in IE and Edge. Looking at the terminal output, refreshing the page in Chrome doesn't send a request to get the image, while refreshing in Edge or IE will request for the image again.
This looks more like a Chrome problem, on how it handle the image, but is there anyway around this by varying the code, since most people are using Chrome, and so I don't want to force them to change browser just for my application?