I have followed the documentation online for setting up VCS and cannot get my Github to properly connect in Functions. When I press the "Connect to Github" I am able to see my app and the repository selection. But when I save to move on, I get the following error: {"message":"Route not found. Please ensure the endpoint is configured correctly and that the API route is valid for this SDK version. Refer to the API docs for more details.","code":404,"type":"general_route_not_found","version":"1.8.0"}
My domain is properly setup and available. my appwrite subdomain is as well. I am have it hosted on a remote server and access everything through the domain I have listed in the environment variables.
Any help is appreciated. I am running Version 1.8.0 (Self-Hosted)
Recommended threads
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...