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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...