Back

Async function call(Operation timed out after 30001 milliseconds with 0 bytes received with ...)

  • 0
  • Self Hosted
  • Functions
zorro_phu
31 Jan, 2024, 10:53

I have deployed cloud function in my self-hosted appwrite. When i call that function, i get the Operation timed out... error. Basically i tried to get list of documents and currently there are only two document in that collection. It works fine with sync functions.

TL;DR
Issue: The user is encountering an "Operation timed out" error when calling an async function in their self-hosted Appwrite app. The function is attempting to retrieve a list of documents from a collection, which currently only has two documents. The sync functions work fine. Solution: This issue may be caused by the async function taking too long to execute. Try increasing the timeout interval to see if that resolves the issue. It may also be helpful to optimize the async function code to improve performance.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more