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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...