Hello everyone,
I am trying to connect GitHub to a third project, but everytime i get redirected back to Appwrite it fails with document_already_exist
For now i have spun up another instance to circumvent this. Is there reason why the connection would work on the first two projects, but fails on the third?
Was it an old instance that you upgraded or similar?
yup it is.
The original projects - those where the integration works - where setup before I upgraded the instance
Do you have run migration command after upgrades?
Sure. I migrated a while ago, and haven’t had any issues with something else since.
Do you have any other idea how to fix this? Move everything over to another instance, and wipe this one?
What are the docker compose logs for the appwrite main container?
You can get them by running docker compose logs appwrite
That is quite interesting. I was getting the same error yesterday when i tried to use the migration tool to move some projects of that instance.
I checked, and the .env contains all the right domains, and the dns records are set correctly.
Recommended threads
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...
- I can't migrate my project from Appwrite...
I'm having an issue migrating my Appwrite project to a self-hosted instance. The problem is that I've exceeded my read rate limit (or database read limit), so I...
- Accessing Database via Console
Hi everyone, I am running a self-hosted Appwrite v1.9.0 instance. When I click on one particular database in the Console, a loading indicator appears at the top...