Some time I'm getting error 500 and when i reload the page it will take 10 to 15 second to load my project i already check my network and speed all work perfectly, also getting error in my database, when i create and delete documents,it says document are already exists try new unique id, i have only one document in my database collection. But why this error showing?
Recommended threads
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...