I set up GitHub integration on Selfhost using version 1.7, and it was working correctly since then. After upgrading to version 1.7.4 with the same configuration, I’m now seeing this error in the main container console when trying to view my repositories. Is this a known issue?
TypeScript
[Error] Timestamp: 2025-06-28T17:20:25+00:00
[Error] Method: GET
[Error] URL: /v1/vcs/github/installations/:installationId/providerRepositories
[Error] Type: Exception
[Error] Message: Failed to retrieve access token from GitHub API.
[Error] File: /usr/src/code/vendor/utopia-php/vcs/src/VCS/Adapter/Git/GitHub.php
[Error] Line: 349
TL;DR
Developers facing error in retrieving GitHub token after upgrading to version 1.7.4. Error message reads "Failed to retrieve access token from GitHub API." This issue is not known. Solution: Verify GitHub integration configuration and ensure correct API permissions.Recommended threads
- SSL certificate generation failed even t...
Hello, I have an Appwrite Site for which I added a custom domain. However, even though the domain is verified, the SSL certificate generation is failing. It is ...
- [Self-hosted] Realtime crashes with "Mis...
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...