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
- 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...