Hi, I need to execute one of my function in async due to the 30 seconds timeout. When I try to use getExecution I get an empty body. I saw from a github issue that I need to: " You'll need to store the data somewhere and fetch it there." How am I supposed store the data if it was never sent by the server ? (when creating the execution, or when getting it)
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...