I am facing issue when trying to create a site and deploy it into git, see attached video:
{
"message": "When connecting to VCS (Version Control System), you need to provide \"installationId\" and \"providerBranch\".",
"code": 400,
"type": "general_argument_invalid",
"version": "1.7.4"
}
I see the same behaviour on my instance on the same version of appwrite, even the same response on the flow for adding a function from a template also. <@559315728927424552> did you ever find a solution to this?
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...
- 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...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...