I try to use git connection. Everything is okay. But I changed starter code on my repo and pushed. Appwrite don't pull and deploy new code. How can I triggered
TL;DR
The user is experiencing an issue with the Appwrite function not pulling and deploying new code. They speculate that the issue could be related to missing the push webhook event when setting up the GitHub app. They were able to resolve the issue by connecting with Git, but noticed that the updated code was not being pulled and deployed by Appwrite. They are seeking advice on how to trigger this process.
Solution: It is recommended to check the webhook configuration for the Appwrite function in the GitHub repository settings. Make sure that the necessary webhook events, such as push, are properly configured. If the issue persists, reaching out to the Appwrite support teamsolved, ıt need to pr
You might have missed the push webhook event whole setting up the GitHub app
Recommended threads
- Appwrite not sending Emails
I’m running a self-hosted Appwrite instance (v1.8.1) and I can’t get invite emails to send when using the team invite flow described in the docs: https://appwri...
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...
- Function Building show 500 Error
Region: sfo Temple: Starter Function Runtime: Nodejs 22 What happened? Before 2 minutes it show ‘server error.","code":500,"version":"0.7.24"}’ after it show c...