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
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- 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...