Hi,
I've followed the guide on adding github integration to my appwrite instance.
I've created the github app and added all the env variables.
But when I click on Add instalation in Git configuration section I get redirected to github and click on save and get redirected back to my appwrite instance with a message "Git instasllation has imported to your project" but I don't see it as connected.
It shows me to connect again and if I try to create a new function I'm prompted to complete the integration again.
In the appwrite container logs I can see after I'm redirected back:
appwrite | Failed to initialize logging provider: Unable to parse DSN: scheme is required
appwrite | [Error] Timestamp: 2025-01-29T09:22:03+00:00
appwrite | [Error] Method:
appwrite | [Error] URL: /service-worker.js
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: The requested route was not found. Please refer to the API docs and try again.
appwrite | [Error] File: /usr/src/code/app/controllers/general.php
appwrite | [Error] Line: 1051
Recommended threads
- Problems scheduling function execution f...
I am trying to schedule a function execution from a different function. The following is my code that is supposed to schedule the function call. ```dart final s...
- Creating functions for FCM Token based M...
I have previously setup cloud run functions on my firebase project, which im looking to migrate to appwrite. I need help on getting started, and getting me thro...
- Issue with account.get() – "type 'Null' ...
Hey everyone, I'm running a self-hosted Appwrite instance and using the Appwrite Flutter SDK. When calling account.get(), I get the following error: "type 'Nul...