Database is not opening so please check this error 404 collection is not found
TL;DR
Developers are experiencing issues with the collection not being found in Appwrite, which is affecting their ability to view any content. The Appwrite status indicates that Database services are down, but all services are affected. Additionally, errors are occurring when making function calls. The main issue seems to be a 404 error indicating the collection is not found. Further investigation and error checking are required to address this issue.I am also started seeing same issue on function call as well
Appwrite Status is showing that Database services are down but actually all services are down
Recommended threads
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.