Describe the bug
Immediately after a successful login, the dashboard frontend crashes with a TypeError: Cannot read properties of undefined (reading 'currentActiveUsers') error.
The password, cookie handling, and MongoDB connection are all working correctly.
To Reproduce
- Deploy
librechat-admin-dashboard via docker-compose, connected to a LibreChat v0.8.5.
- Log in to the dashboard via the web UI.
- Observe immediate crash upon loading the main dashboard view.
Environment & Debugging Performed
- Deployment: Docker Compose (same network as LibreChat)
- Database Status: We have confirmed the
transactions collection is highly populated. Running db.transactions.countDocuments() returns over 15,000 records.
- LibreChat Version: 0.8.5
- Token Tracking: Explicitly enabled in
librechat.yaml.
Describe the bug
Immediately after a successful login, the dashboard frontend crashes with a
TypeError: Cannot read properties of undefined (reading 'currentActiveUsers')error.The password, cookie handling, and MongoDB connection are all working correctly.
To Reproduce
librechat-admin-dashboardvia docker-compose, connected to a LibreChat v0.8.5.Environment & Debugging Performed
transactionscollection is highly populated. Runningdb.transactions.countDocuments()returns over 15,000 records.librechat.yaml.