When I delete a document using node-appwrite server, the document does not appear on console and even when fetched on the web. But when I try to get the same document using the same server node appwrite sdk, the document appears. Can this be that it has been cached?
TL;DR
Developers are experiencing an issue where documents deleted using node-appwrite server are not properly removed. The deleted documents do not appear on the console or web fetches, but they do appear when fetched using the server's SDK. This could be due to caching.