Hi, so now the function deploys and runs correctly, but when I commit to the repo branch, the new version does not redeploy automatically, and I don't know why because I followed the Github App setup in appwrite
However, I can clearly see the callback attempt from Github but it is still in
- 403 when the webhook callback url is proxied by cloudflare
- 500 when I unproxy the webhook callback url
The 2 first triggers are in 403, and the 2 seconds are in 500 :
403 response :
500 response :
This is a CF CAPTCHA challenge. I think you can turn it off in Cloudflare
Oh ok I wil try to turn down the under attack mode and retry it
works perfectly 👍; Tanks <:ant_BG:945025761058893894>
[SOLVED] Function deploy doesn't work (403 or 500 error)
Recommended threads
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...