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
- Functions Failing on CRON Schedule
I set up an hourly CRON Schedule for my function and It only executes successfully every after 3 hours sometimes 10 hours. When I execute it manually it works e...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...