
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
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
- Broken message
https://github.com/appwrite/appwrite/issues/10081 I just realized that I can just build appwrite myself, was this bug fixed in latest dev release?
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
