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)
Recommended threads
- Appwrite 1.9 Local Console Login Issue A...
I've installed Appwrite 1.9 locally through the web wizard. When I try to log in to the console, I get the following. Any suggestion?
- Relationship data Not showing on update ...
Version : 1.9.0 OS/System : Windows10/Docker Database : MongoDB Clean Zero Installation The first thing I did in the testing process was create a category and...
- Event-triggered function executes but pr...
Hello! I'm running self-hosted Appwrite 1.9.0. I have a Dart function (tried both dart-3.5 and dart-3.10 runtimes) with these events configured: ```teams.staff...