Hi, i have built this function in my entrypoint code. the if conditions work so far and also the logs throw the environment variables correctly. only in the created condition the function is not fired. i have checked the id and the execution logs of the second function are empty. so the function is not executed. the second function is the normal starter typescript code. I'm using appwrite locally in a docker container
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...