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
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...