Error : {"message":"Function with the requested ID could not be found.","code":404,"type":"function_not_found","version":"0.10.15"} Function ID is correct Executing log showing this "Environment variables are not set. Function cannot use Appwrite SDK."
You'll need to send the project either as a header
Or within the payload but name it just project
payload = {
"project": "6462fc2bb1482c6cbcbb",
"data": '{}'
}
thanks for your help now its working
[SOLVED] Executing a function with API
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...