Can you provide the exact error?
Does browsing the console stop working? What happens?
I am trying to reproduce the error now.
l,"$databaseId":"644605f0d180522e8906","$collectionId":"645cf88051af5d409148"}} 11/15/2023 09:47:05 +07:00 [Information] Appwrite: Seed clients of 3368 data done!
I got luck this time.
no error
How long did it take to insert all 3k?
the collection is not much. around 30s
30s for 3k documents? That sounds pretty good
it seems this time is faster, last time when there was error, about 2mn. was it timeout?
If you're running your own script with an API key and not in an Appwrite function, there shouldn't be a timeout
cloud , it takes 30mn
Maybe due to network latency?
where is the server located ?
the bandwidth is good from me.
Germany
thats why latterncy is. should also have in Singapore
Yes, the plan is to be multi region
awesome.
This is self-hosting in the same machine?
internal server.
Then that explains why 😅
🤣 🤣 🤣
but I also access from 1000km far away
not local network
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- 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...