I am trying to connect my existing repo with the appwrite functions. I have 2 functions in the same repo, and i was able to execute those through cli and its visible in the console as well. But when i try to connect it to my repo, it shows the repo in the list, but when i tap on connect it becomes grayed out and nothing happens. Any support how to connect this, because i dont even see any errors from appwrite consle.
Unable to connect the git repo with appwrite functions
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?