ZionniteOriginal post
Rank 3: Container
hey Pals, please what are the ways i can check if a Document ID exist in Appwrite?
i discovered that a deleted user its in production app and this always make the script output AppwriteException: document_not_found, Document with the requested ID could not be found. (404)
Summary
Developers are looking for ways to check if a Document ID exists in Appwrite to avoid errors like "document_not_found." The issue arises when a deleted user is still present in the production app.