Hello appwrite community,
I have a cloud appwrite free account. I want to setup a functions and connect it with Github. In another project of that same account I could do that without any problems. Now I want to create a second function and a Github connection and when I open Github it shows me that appwrite is already activated for my Github account. When I click save i get redirected and I see an error 409 document_already_exists.
Can you tell me how I can setup functions in different applications but with the same Github account?
Kind regards
Did you ever change your GitHub account email?
the best way I saw was in the tutorial earlier today. just create directories within that repo for each function. then when setting your function endpoint you just add the folder name it should look inside
you don't need multiple connections to have multiple functions
Far in the past I change my email address, before even using appwrite
I do not see this screen, I am forced to connect again to Github Actually I did expect that it will me show this screen, as I am connect already
Toggle a setting so that the save/update button becomes active. Then, click it
yeah you can just go into the settings for your function, and open the git settings dropdown
I am stuck here
Click "Next" 😜
add to existing 🙂
you had a repo from before, right?
Recommended threads
- SSL certificate issuance failed:
Domain verifies but SSL cert fails, tried different subdomains like .api and .aw, used cname and CAA, no prior CAA existed on website, tried Multiple CAAs at on...
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- Password check in function
Hi, is there any way now for checking if the users password is correct in a function? I am creating a delete user function and before deleting I would like to c...