Using Appwrite Cloud.
I have a project where I created a webhook that had events like:
functions.65dedac97428f4b616c1.executions.*.update
functions.65ca0a146a31395b8a64.executions.*.update
This webhook would then trigger another function in the same project.
Everything worked perfectly for like a day.
I just logged in and noticed that something is wrong, my webhook is missing, and I am pretty sure I have not deleted it.
I have created a new webhook but it will not fire regardless of what events I put for it.
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...