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
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...
- Failed to start containers.
I'm trying to install Appwrite locally but struck on the subject point. There is no clear error in logs.