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
- Can't run functions from console in appw...
Hello, I have an appwrite 1.9.0 self hosted, functions run correctly with client SDK or event when using the function domain *.function.mydomain, for testing pu...
- Timed out waiting for runtime
I run in FRA and in general Iβm regularly seeing occasional function timeouts waiting for runtime. These functions are user initiated so my app is basically un...
- [v1.8.1] Getting error "(role: applicati...
... but that scope doesn't exist. I am trying to get a function to run and modify tables in the database dynamically. I set everything up and eventually got: ...