Hey there, whenever i try to create or link to a github i get the following logs
[Error] Method: GET
[Error] URL: /v1/vcs/github/authorize
[Error] Type: Appwrite\Extend\Exception
[Error] Message: GitHub App name is not configured. Please configure VCS (Version Control System) variables in .env file.
[Error] File: /usr/src/code/app/controllers/api/vcs.php
[Error] Line: 293
[Error] Timestamp: 2024-08-13T07:17:18+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
[Error] Timestamp: 2024-08-13T07:17:21+00:00
[Error] Method: GET
[Error] URL: /v1/vcs/github/authorize
[Error] Type: Appwrite\Extend\Exception
[Error] Message: GitHub App name is not configured. Please configure VCS (Version Control System) variables in .env file.
[Error] File: /usr/src/code/app/controllers/api/vcs.php
[Error] Line: 293
[Error] Timestamp: 2024-08-13T07:17:34+00:00
[Error] Method: GET
[Error] URL: /v1/vcs/github/authorize
[Error] Type: Appwrite\Extend\Exception
[Error] Message: GitHub App name is not configured. Please configure VCS (Version```
I am self hosting without a domain or anything, as of rn its just localhost. How excactly do i fix this? did i miss anything?
i would need https://ngrok.com/ right?
i havent used this whatsoever, is there a guide on how to properly set this up?
Error says something is wrong with your app name in your .env
Do you mind telling me how i would go on about fixing it?
I do understand your answer, but i can't think about how to solve this properly.
Cause i cant remember touching any files after setting up the docker container :/
Well that would be another huge problem....you need to set it up...
Thank you very much
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...