Rank 2: Process
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:
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)