I have a script that runs and creates .png files and saves them to the static folder. Next it shows the newly created images along side some other images that have been in the static folder since inception.
Works fine on my desktop and my buddies desktop, but when we try on mobile phones... it doesn't show the newly created images, it only shows the other existing images. It only shows the "picture" image that shows when an image cannot be found.
Using Flask via python.
I am not using url direct to the files. Using /static/{example}.png
Any suggestions?