Skip to content
Init is here / May 19 - 23
Back

Issue after upgrading from 1.6.2 to 1.7.3 – Console crashes on login

  • 0
  • Self Hosted
Bielframos
24 May, 2025, 06:52

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:

TypeScript
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:

TypeScript
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)

TL;DR
Issue: Console crashes after upgrading from 1.6.2 to 1.7.3. Migration from 1.7.2 had issues but PR fixed in 1.7.3. Console crashes on login post-upgrade. Solution: There might be an incompatibility issue post-upgrade causing the console to crash. Try reverting to the previous working version and investigate any version-specific changes that could be causing the crash. Contact the Appwrite community for more specific resolutions to the upgrade issue.
Bielframos
24 May, 2025, 06:54
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more