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
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build โ No build...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...