Hi all. I'm having trouble using appwrite function with appwrite sdk (apple and web). When I tried getting execution using curl command, it works perfectly fine. However, when I use appwrite web sdk, I got this error
curl command curl -X POST -H "X-Appwrite-Project:659c3051c87c2698d7c5" https://my_domain/v1/functions/6649f2f6cfd173377f3c/executions and here's the output
and this is the client code (web)
this is a creat execution call
this is a list exeuction call. use create execution instead
Recommended threads
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...
- The file size is either not valid or exc...
Hello, I am receiving the following error when I am trying to deploy a function from my local. ``` > appwrite push functions --function-id xxxxxxxxx ℹ Info: Va...