When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, however, there has been one particular collection that takes several minutes to display; it only contains 12 very small documents. It is noticeable that 3 of them are invalid in the sense that the displayed ID does not exist. If I mouse-over them in the Browser, the DevTools start to display "404 (Not Found)"; see Screenshot with the big yellow 2. I cannot delete the documents via the WebBrowser. If I try to delete the document programatically using an API-Key, I get a 404 in response. If I retrieve all documents of the collections with the same API-Key via list(), the call is terminated at some point without result with an “ERR_EMPTY-RESPONSE” error; see Screenshot.
- what happened and how can I prevent this in the future?
- how can I clean the database of the invalid entries?
- what is the call to /backups/policies seen in screenshot 1?
Further information:
- Self-Hosted
- Appwrite 1.6.1
Recommended threads
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...