Thomas van Broekhoven
02/15/2022, 8:06 PMGetPublicUrl()
method.
What happens:
1. I uploaded an image to a bucket.
2. I displayed the image using getPublicUrl(), the correct image showed up.
3. I uploaded a new image (with upsert: true) with the same name, Succesful.
4. I tried to display the new image with getPublicUrl(), but it keeps returning the old image..
The image is updated when I check app.supabase.io, but when I request the public url from there, it gives me a supabase.in url instead of supabase.co.
I tried several thing including cache control, but can't figure out why my app keeps displaying the old image. Anyone recognises this or knows what I am doing wrong? Thanks a lot!
PS: I see a similar case was reported in this channel 3 hours ago by @Usergaryaustin
02/15/2022, 9:21 PMThomas van Broekhoven
02/16/2022, 8:22 AM