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
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...
- How to display images from storage
I tried the link above, but it returns the error β`Please upgrade to a higher plan.`β I donβt need Transformations at the moment, I just want to display the ima...