Updating/Upload with upsert not replacing image preview (?) but replacing file itself
Not sure if I'm missing something or it's a supabase thing but when I go to update an image in my storage bucket, it updates the URL and all so when I download it's the new image, but if I use the url in an <Image> component on react native it comes as the very first image when it was first uploaded, and not the updated one. Same for the preview of the image in the bucket in the folder it's in. But downloading it has it changed just fine. Not sure what it is.