
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
- Discord OAuth on Nuxt
How would I go on with creating a Discord OAuth Login? Are there any examples? Should I use `nuxt-appwrite` or the appwrite-web package?
- Incorrect 400 Error When Creating Accoun...
š Hello! Iām encountering an unexpected behavior when creating a user in Appwrite. š Issue: ā¢ I first created a user using Google OAuth. ā¢ Then...
- Mariadb log size
Hello. I'm using appwrite 1.2.1 self-hosted and I see that there is a log file ib_logfile0 in /var/lib/docker/volumes/appwrite_appwrite-mariadb/_data folder wh...
