blackfan23Original post
Rank 1: Thread
I have a bun function that should create a user account when the corresponding data is added as a document to the users collection. It is properly triggered and the first couple logs are executed correctly. However, all code that is async is never executed and the functions times out. I am obviously missing something but would appreciate some help
Summary
Developers having issue with a bun function timing out before async code completes. Ensure to return a response for the function to execute properly. Check documentation for guidance: <https://appwrite.io/docs/products/functions/develop#response>