ok I will make experiment on this one
the function name is organization
a Bun runtime
I see it does not relates on functions
Ill have internal discussion about errors I see, thanks for all the insights β¨ We have been considering a rewrite of executor for quite some time now, as we are seeing more and more of those errors. We still think it somehow relates to user code, but we couldn't spot specific cause yet.
Update: Using appwrite cloud console to update my specic document it tooks 24 minutes
While in postman it tooks 4 seconds
I think the Ui console have bugs
Can you right-click request in Chrome and copy it as CURL command? Then execute the command in your terminal, and see if that's slow or quick
I am not familair this one, is this on dev tool area?
That ensures you re-run exactly the same HTTP request. Could be that body has some extra data, or headers are different from request you built in Postman
Please remove this message
For security reason. It included your cookies, which is not safe to share publically.
Update:
Ill share the payload with our database team, so they can investigate it. I believe this is caused by specific type of relationship - that's why you aren' facing it in different collection
I think so,
I think I am going to use the postman to update document as temporary alternative solution
Update:
Update: It is indeed that the reason behind is the relationship. I recreate some of my attribute to use only One way type of relationship. I overuse the Two way
Recommended threads
- 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...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...