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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...