Skip to content
Back

> [Bug] Infinite loading on Auth /security page after 1.8.1 -> 1.9.0 upgrade

  • 0
  • Self Hosted
Bielframos
2 Apr, 2026, 11:54

Hello everyone! 👋 I need some help with an issue I'm facing after a recent upgrade.

Context: I just upgraded my Appwrite instance from version 1.8.1 to 1.9.0. The database migration script ran and finished successfully without any errors.

The Problem: When I navigate to the /security page inside the Authentication module, the page becomes inaccessible. It gets stuck in an infinite loading state and nothing renders.

Steps I've already taken to troubleshoot:

  • Checked in Incognito/Private mode to ensure it's not a browser cache issue.
  • Restarted all containers in the instance.
  • The issue persists across different sessions.

Error Logs: I checked the browser console and found the following fatal error:

TypeScript
V7AL4vJL.js:4455 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'group')
    at V7AL4vJL.js:4455:2260
    at Array.filter (<anonymous>)
    at G9 (V7AL4vJL.js:4455:2248)
    at q9 (V7AL4vJL.js:4455:2399)
    at V7AL4vJL.js:291:10045
    at Q (CmVFoSLP.js:1:29591)
    at CmVFoSLP.js:1:24240
    at Zr (CmVFoSLP.js:1:27430)
    at ei (CmVFoSLP.js:1:28480)
    at B (CmVFoSLP.js:1:23332)
// ... (stack trace continues)
TL;DR
Appwrite developers upgraded from version 1.8.1 to 1.9.0 and are experiencing infinite loading on the `/security` page. Despite troubleshooting by checking Incognito mode and restarting containers, the issue remains. The console shows a fatal error related to reading properties of null. **Solution:** Developers can fix this issue by modifying the group properties in the relevant code to avoid reading null values, thereby resolving the infinite loading problem on the `/security` page after the upgrade to 1.9.0.
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