
i'm able to add github and connects but webhook throws error so when pushing doesn't auto generate deployment checked logs
TypeScript
| [Error] File: /usr/src/code/app/controllers/general.php
appwrite | [Error] Line: 972
appwrite | [Error] Timestamp: 2024-08-21T15:11:54+00:00
appwrite | [Error] Method: POST
appwrite | [Error] URL: /v1/vcs/github/events
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: Invalid webhook payload signature. Please make sure the webhook secret has same value in your GitHub app and in the _APP_VCS_GITHUB_WEBHOOK_SECRET environment variable
TL;DR
Github integration webhook is failing even after changing the secret. The error message indicates an issue with the webhook payload signature. Make sure the webhook secret matches in both your Github app and the environment variable _APP_VCS_GITHUB_WEBHOOK_SECRET.
changed the webhook sceret but still
Recommended threads
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
- Problems following https://appwrite.io/b...
To me it is unclear what the author means when he writes "Please note that the Appwrite instance should be shut down". I am using docker. What exactly am I supp...
- SDK mismatch
Hi there, The following warning is currently appearing in my console: ``` Warning: The current SDK is built for Appwrite 1.8.0. However, the current Appwrite...
