Is this a caching issue that could resolve in time? I deleted a previously uploaded picture and replaced it with a new picture bearing the same file name. However the old picture still appears on the website and on appwrite cloud dashboard. However when I hit download or enter the image URL in browser the new image shows up. Example left is the image that comes if I press download and right is the picture in the preview and the one that shows in my website
Yes, files can be cached (server-side OR client-side). As such, i highly recommend creating new files rather than recreating files with the same ID.
Thanks I'll do that and find a way to keep it all organised π
but we also have a bug server-side π https://github.com/appwrite/appwrite/issues/5529
Haha yes I thought I was being clever by recycling the file ID but will have to make a assign new ones and update the profiles docs π
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the e...
- How can I disable client-side account re...
Hi everyone! Iβm currently building a game backend using Appwrite, and Iβd like to prevent users from creating new accounts directly through the client. My go...