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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...