Double check that all the fields in the data are correct.
I did tried it and now its not giving the error
But still, not all the expected queries are done
and also, it takes too long to clear all queries
It will be a bit hard to debug it without being able to see the code-flow.
Its something like inside a loop
I'll need to see and get the big picture
and in loop, all the queries are made
Can you create a redacted version of it.
How many queries & executions inside one-loop cycle? And what is the total cycles of the loop?
Maybe around 25-30 queries
but in real world it will be far more
So it best to have some way to see the code to get a grasp of the process.
Well, is there any rate limit on it
Not if you're using API key.
The code will be doing about 150 or more db create queries per function call
Yes, its using api key as its cloud function
Then you won't hit the rate limit.
This wouldnt be a issue right?
Nope
no doubt, calling the function wont be a common thing, it will be preety rare thing
Thanks a lot, now closing it
Server error [Closed]
[Closed] Server error
[SOLVED] Server error
Recommended threads
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...
- How to use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?