Got a new server and wanted to install a fresh instance of appwrite 1.6.1. Setting up Github for functions and I am getting Bad Credentials: No description
Running this: docker-compose logs -f appwrite I am seeing this in the logs: appwrite | [Error] Timestamp: 2025-03-23T21:01:13+00:00 appwrite | [Error] Method: POST appwrite | [Error] URL: /v1/vcs/github/installations/:installationId/providerRepositories appwrite | [Error] Type: Appwrite\Auth\OAuth2\Exception appwrite | [Error] Message: Bad credentials: No description appwrite | [Error] File: /usr/src/code/src/Appwrite/Auth/OAuth2.php appwrite | [Error] Line: 212
I have tripled checked the settings, not sure why this is coming up.
The GitHub token or key you're using may be expired?
I created a new private key and still the same issue. Made sure it is single line with double quotes. "-----BEGIN RSA PRIVATE KEY-----\nMII[...]3Ie2\n-----END RSA PRIVATE KEY-----"
Recommended threads
- FCM Message error
When creating a message target via flutter sdk via ``` final target = await _account.createPushTarget( targetId: targetId, identifier: deviceTok...
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...