hi I have problem with my app I use Appwrite to save post data but I do not know why it is not working I have this error: Exception has occurred. AppwriteException: document_not_found, Document with the requested ID could not be found. (404)) what should I do ??
how are you creating them? via the client app or console?
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.