Don’t know if I am missing something, but it looks as if images from the global “project images” folder are not deleted.
When I delete an image it won’t appear in the project image list anymore. So far so good. But if I enter the old URL of the image in a (different devices) browser the image stil appears, even after clearing the cache.
Even worse. If I want to update the image, I first delete it and then upload a new image with the same name. Result: The old image is restored in the project image folder. So I am not able to update an existing image!
Hi,
We have some cache on images.
It looks like we have a configuration issue when you upload a new image with the same name that make the old one show up instead.
For now I suggest that you upload an imaghe with a different name.
If you really need to upload an image with the same name I can clear the cache for your image but I can’t do it for everyone as this is a manual process.
We will add this issue to our backlog and correct it !
I had a look at the configuration of our CDN and I was actually able to correct it !
It should now work as intended.
Your images should be the right ones and if you delete them and upload new ones with the same name it should work fine !
I am faced with the same issue. I have an interface where users can modify the logo for their company. These logos are stored in Supabase.
I have a workflow that performs a “Storage / Update” to update the file in Supabase, it works fine: the image is replaced and if I call the URL directly in a web Browser I do get the updated image.
Nevertheless, Image is never updated in Weweb, even when I create a new page. As if a cache was holding the first image with that URL.
I do not want to upload new images because I want to control the supabase bucket size.
Do I have to change a parameter in Weweb to refresh this cache?
Thank you for your help
Pascal