I’m using Spaces to save user profile pictures and want to load them inside my App. The key of the picture is just the user’s id and if the user uploads a new profile picture I just use the same key again which should replace the old picture. But when I upload a new Picture and visit it’s CDN url, the old one is still being shown (even after 20 minutes). The weird thing is that when hovering over the image the preview shows the new iamge, but visiting the link shows the old one.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
It sounds like it’s the DigitalOcean Spaces CDN cache. You might have to clear the cache once the user changes their profile picture as described here:
https://docs.digitalocean.com/products/spaces/how-to/manage-cdn-cache/
Alternatively, you could change the name of the file so that the new file name would not be present in the cache and it will show up directly on the site.
Let me know how it goes! Best, Bobby
This comment has been deleted