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)
Go to your github profile and untick private profile
My profile currently has this unselected
same problem for me as well. Please tell me if u find any solution
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...