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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...