
Hey, I want to execute a function using a POST request, but it said Function with the requested ID could not be found.
Below is my postman screenshot, I used API key with full access.

Have you read through the REST API docs? https://appwrite.io/docs/rest

got it, I forgot to add X-Appwrite-Project to header. Sorry for my mistake

[SOLVED] Function with the requested ID could not be found

@Steven hey, I put body into raw type but got this error, is there anything wrong?


Yep, data should be a string. See https://appwrite.io/docs/client/functions?sdk=web-default#functionsCreateExecution
Recommended threads
- Every time I deploy a function via CLI, ...
deploying appwrite function via cli breaks Git connection in function settings tab but when I push to git triggered deployment fail. usually multiple deployment...
- A way to configure cloud function config...
Is there a way to configure cloud functions locally and keep that in github and deploy from source control instead of manually configuring it from the console f...
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
