I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled.
I have configured all Env variables needed for it. I am using AWS (EC2 Intance - Installed from AWS Marketplace).
`Error 500: "Server Error" (general_server_error)
Log errors show: "Route not found" and "User (role: guests) missing scopes (["vcs.read"])"`
<@743532656767270934>
Installed from AWS Marketplace
you mean the appwrite instance
?
yes, I have hosted Appwrite from AWS Marketplace and it is almost working, console is loading but there is an issue.
Here is my Self-hosted appwrite is hosted: https://citorg.in
I am trying to host project by connecting my Github in appwrite but Connect to Github option is disabled...
Error 500: "Server Error" (general_server_error)
thats weird, the logs you showed should not result in a 500 error
both are using facing errors
What to do now?
Main problem with me is to unable to connect with Github so i can deploy my sites from my Github Project.
all mentioned env variables in docs for Github Auth (for Github connection) is configured but still i am facing issues.
Can you guide me or check with the team about it.
please share exact screenshots of the errors, and more detailed steps for reproducing the error
Once i tried connecting my Github from sites but it is disabled Then i tried to create a function Continue with Github button is enabled but Error while open it.
Check both page and its URLs.
Did you follow this guide? https://appwrite.io/docs/advanced/self-hosting/configuration/version-control
Recommended threads
- SITE QR CODE
THERE WAS NO SITE QR CODE AVALABEL : {"message":"The requested service is disabled. You can enable the service from the Appwrite console.","code":403,"type":"ge...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...