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
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Python TablesDB Rework
Hi, i starting to rework some older functions to TablesDB list_rows Method. I used list_documents with a resultset with worked fine. Now i tried to get all rows...