Rank 1: Thread
hi, could anybody tell me how to solve the issue of caching the file upload , when i delete the file(image) and create a new file with same id of previous deleted image I should get the newly added image in file preview but as when i create the new file i got the preview of previously deleted image:
Reproduction steps
Upload an image to a bucket with a custom id (say test)
Delete that image from the bucket and add a different image but with the same id (test),
👍 Expected behavior:
Should show a different image now
👎 Actual Behavior:
Shows the old image
please solve this issue for me.
thanks
this issue also arises here: https://github.com/appwrite/appwrite/issues/5529