Hello.
Whenever I try to add my GitHub account to a project, it doesn't work as it says the "document already exists".. this is really annoying and I am unable to commit my functions to this project for this reason. How can I see where it's connected to? How do I disconnect it so I can re-connect it?
How can I see where it's connected to? How do I disconnect it so I can re-connect it?
You might need to dig into the database
I don't think so, no. Just multiple organizations
weird... maybe look at the _console_respositories table directly in the DB
:(
I'll have to check how tmrw
Hey!
Sorry for the wait..
I got the table. I do see some of the same installation id's, I wonder.. if I delete everything and then re-add the configs using appwrite console, will the functions etc. still work when committing (auto build)?
Otherwise, I Have no clue what I can delete and what not I also just added a new git org which did not have the app for github yet (never added, new organization) and it also gave the same error
Backup first lol. But, ya maybe deleting might work
Did not seem to work, still getting:
Maybe it's still in the redis cache?
I restarted appwrite as well, if that works to clear the cache
unless you need to do it manually :/
@Steven I just made a project on the cloud and I have the same exact issue..
Had no orgs whatsoever, imported all my stuff to the cloud and tried to connect my git org, but same error as here.
org id: 66a1236e00237ba3c8ff project id: hp-main
did you happen to connect git on any other org/project?
Not that I know, no.
what's the URL for this page? Are there any other failed network requests in the network logs?
let me redo it
The URL:
https://cloud.appwrite.io/v1/vcs/github/callback?code=19551ce42a4d90a2253d&installation_id=53128074&setup_action=update&state=%7B%22projectId%22%3A%22hp-main%22%2C%22success%22%3A%22https%3A%5C%2F%5C%2Fcloud.appwrite.io%5C%2Fconsole%5C%2Fproject-hp-main%5C%2Fsettings%3Falert%3Dinstallation-created%22%2C%22failure%22%3A%22https%3A%5C%2F%5C%2Fcloud.appwrite.io%5C%2Fconsole%5C%2Fproject-hp-main%5C%2Fsettings%3Falert%3Dinstallation-created%22%7D
it's just the document already exists error
so i see the user and identity so it seems those were created fine...
installation wasn't created so maybe that's what's throwing the error...but it shouldn't..
I'm guessing what I am getting on cloud is the same issue I get on local
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...