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
- 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...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...