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
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...
- How to use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...