The cloud functions listened to the event triggered of the buckets file create. Actually, it was working before, now it does not working anymore?
TL;DR
The user is experiencing an issue where their cloud functions are no longer being triggered by file creation events in a bucket. The functions still work when triggered by HTTP requests. They speculate that the bucket file event may be the root cause. There is no solution mentioned in the provided information.Functions work well on triggered by http
but in bucket file event not working well
is this the root cause?
Probably
Recommended threads
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...