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)