I have created a function that I want to run in the background.
I am using Postman to invoke a function.
Before the last Appwrite update, I was using a key "async" with a value set to true in the JSON body
Previous JSON:
{
"data": {/*Custom data*/}
"async": true
}
But now I don't know how and where to set the async to true.
Can someone please help me?
Thanks.
Summary
User is unable to run a function in the background after a new update. They tried running the function using a generated domain by Appwrite, but the async feature isn't working. They have tried different ways of sending data, but it still does not run in the background. They are unsure of how to set the async option when making a request using Postman or JavaScript fetch. The support suggests checking the API documentation for the updated method to set the async option. Solution: Refer to the updated API documentation for setting the async option.