ZynthOriginal post
Rank 2: Process
Do anyone know if Appwrite caches buckets (not files) in Storage? I am not getting any buckets in response after I can clearly see that I have it in the Appwrite dashboards. Likewise, after I found a bucket in my app, but then deleted it via Dashboard, Appwrite was still returning the bucket from the note-appwrite API (after a restart, so no cache locally). 🔥
Summary
Appwrite does not cache buckets in Storage. If you are using next.js, it might be caching the data. Consider using unstable_noStore() in your function for server components.