
Hi team,
I'm experiencing an issue after upgrading my self-hosted Appwrite instance from version 1.6.2 to 1.7.3.
Initially, I encountered migration issues when trying to update to 1.7.2, which I saw had already been reported on GitHub. I noticed that a contributor had submitted a PR to fix it, and the fix was included in 1.7.3.
I proceeded with the update using the following commands:
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="upgrade" \
appwrite/appwrite:1.7.3
Then:
cd appwrite/
docker compose exec appwrite migrate
There were no critical errors during the update or migration process — only a few yellow warnings (screenshot attached).
However, after the upgrade, I'm unable to access the Appwrite console. When I try to log in from an incognito window, the console crashes immediately after attempting authentication, making it completely unusable.
Any guidance on how to resolve this would be greatly appreciated.
Thanks in advance!
(Attached: Screenshot of migration warnings)

Recommended threads
- Deploy to Cloud Error
I'm trying to migrate my localhost instance to appwrite cloud. After I click on "Deploy to cloud" it takes me to my cloud instance for "Cloud migration", but w...
- smtp data not accepted
I have a Problem with the smtp.. it says data not accepted.. i invited a user to my Project so what is that ``` _APP_SMTP_HOST=smtp.mailersend.net _APP_SMTP_PO...
- appwrite-cli error on appwrite 1.7.4
Hey folks! I got an error while using appwrite-cli on my self hosted appwrite instance, which i updated yesterday from 1.6.x to 1.7.4. As i try to login, there ...
