
on client side i execute the function like this
functions.createExecution(
BuildConfig.APPWRITE_GEN_FN,
jsonData,
true,
"/path",
ExecutionMethod.POST,
)
but when i check the console the function is still processing.. and when i try to execute the function which might take more than 30secs i dont see any results in database (i.e i store data in database when function executes successfully)
is this expected? or am i missing something? please help as most of the work on function takes more 30sec and i dont get what i am expecting.

What's the code?

And the runtime you're using?

Do you get some error/s in the console?
Recommended threads
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
