wonderfulcheeseOriginal post
Rank 1: Thread
I get this Execution timed out error even though the code gets executed correctly and a document is being created without any issue. It only happens with one function. The code is simple as well, it just receives some data and save it in a collection. I am on self-hosted instance of appwrite 1.4.9
Summary
The user was getting an "Execution timed out" error even though their code was executing successfully. The issue turned out to be that they forgot to return a response in the function. The user was on a self-hosted instance of Appwrite 1.4.9. No solution was provided.