
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
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Connecting server functions to GitHub re...
The project I am working in has recently moved organizations on Appwrite. The same is true for the repo on GitHub, which as moved from a private user to a organ...
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
