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
- Function connected custom domain error: ...
My domain is served through Cloudflare. Domain is now connected with the appwrite function. But when accessing the domain, I get the below error. Any suggestion...
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...