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
- Realtime Docs are outdated
The Realtime docs are outdated.
- Custom Domain issues - Appwrite 1.8.1 Se...
Hi, I'm experimenting with Appwrite v1.8.1 on DigitalOcean. My NextJS app works fine with the Appwrite generated site url appwrite1.sites.mysite.com but the app...
- Error connecting Github
I have followed the documentation online for setting up VCS and cannot get my Github to properly connect in Functions. When I press the "Connect to Github" I am...