shashikanth
Getting the following error after github callback during connection.
TypeScript
appwrite | [Error] Timestamp: 2024-05-06T14:04:31+00:00
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/vcs/github/callback
appwrite | [Error] Type: Exception
appwrite | [Error] Message: Owner name retrieval response is missing account login.
appwrite | [Error] File: /usr/src/code/vendor/utopia-php/vcs/src/VCS/Adapter/Git/GitHub.php
appwrite | [Error] Line: 334
TL;DR
Developers are facing an error during GitHub integration, specifically at the callback stage. The error message states that the owner name retrieval response is missing the account login. This issue is originating from a file in the GitHub.php directory. Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...