This morning, after waking up, I noticed that my app displayed an error: "Collection not found." Upon checking the Appwrite dashboard, I was shocked to find that the entire database had disappeared.
This raises serious concerns regarding the reliability of Appwrite, especially when handling data for paid users. If a database can disappear without any action on my end, it becomes difficult for me to trust the platform. More importantly, how can I assure my users that their data is safe and secure when such incidents occur?
Please help me recover my database as soon as possible. I would also appreciate clarity on why this happened and what steps are being taken to prevent such occurrences in the future.
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...