Hi there,
I am trying to setup the github connection to my self-hosted appwrite 1.5.7. The installation fails with the following errors and logs with which I cannot realy solve the problem. Do you guys have an idea?
So I can login into github and make some selections for the app (like select repos etc.) but the return to appwrite does fail.
[Error] Timestamp: 2024-08-13T15:31:40+00:00
[Error] Method: GET
[Error] URL: /v1/vcs/github/callback
[Error] Type: TypeError
[Error] Message: Cannot assign null to property Appwrite\Auth\OAuth2\Github::$user of type array
[Error] File: /usr/src/code/src/Appwrite/Auth/OAuth2/Github.php
[Error] Line: 181
[Error] Timestamp: 2024-08-13T15:31:41+00:00
[Error] Method:
[Error] URL: /favicon.png
[Error] Type: Appwrite\Extend\Exception
[Error] Message: The requested route was not found. Please refer to the API docs and try again.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 972
Thanks in advance for your help! :appwriteheart:
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...