nishp77
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. nishp77
changed the webhook sceret but still
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...