
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
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
- Permissions for bulk operation
Hi team, I have a question: βIn the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...
- Limit File Upload count?
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x am...
