I followed this guide here https://appwrite.io/docs/advanced/self-hosting/functions#git The only thing i did differently was instead of _APP_DOMAIN_FUNCTIONS=functions.example.com i just put appwrite.example.com
When creating a function now and selecting thee github repo after redirection i get an error
" Error 400
Installation requests from organisation members for the Appwrite GitHub App are currently unsupported. To proceed with the installation, login to the Appwrite Console and install the GitHub App.
Type
general_argument_invalid "
I hope someone can help
Recommended threads
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- 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...