I got a failed execution (the function is executed by event when creating new user or new session) ,
But base on my logs
TypeScript
Event type is not sessions
Creating document by name Asnawe Banto
Document created successfully
And base on my error:
TypeScript
Execution timed out.
The result must be successfull not error
TL;DR
The user discovered that a function was not returning the expected result and was causing an error. They realized that they forgot to use the return keyword in the function. By including the return keyword, the function executed successfully without any errors. The issue has been solved.ohhh my fault, It needs to call the return keyword here
[SOLVED] Something weird happening on Function
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...