
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
- Query timeout on 10 concurrent functions
Hi, I have appwrite 1.7.4 self hosted I have a Node.js function that does several operations: 1. Query a collection to get a document, currently there is a sin...
- Migrate IDs
Hi everyone, is it possible to migrate entries with an ID to another ID (like just change the ID of e.g. a database, collection, bucket, etc.)? I could write a ...
- Bulk API upsert or Create documents func...
Hi , I keep getting “databases.upsertDocuments” or “createDocuments” function is not a valid appwrite function error . Following is a simple node.js code (modi...
