-
Notifications
You must be signed in to change notification settings - Fork 169
Description
Describe the bug
I cannot login to the monitoring dashboard with any username/password combination. I am not sure if I'm missing something. Do I need to have the monitoring dashboard database set up beforehand? Do I need to somehow establish users and passwords beforehand? I have set it up following the examples given in the documentation, as seen in the screenshots below.
I am deploying the API over mod_wsgi using mod_wsgi-express. From what I've seen, I don't think I should be expecting any bugs working with mod_wsgi-express.
To Reproduce
Steps to reproduce the behavior:
- $ pip install flask_monitoringdashboard
- Import module and add configuration and bind lines to API file
- Launch API with mod_wsgi-express
- Visit /dashboard
- Attempt login using user/password: admin/admin
Expected behavior
Using custom dashboard link, go to url and enter in username and password set in the dashboard.cfg file (admin/admin) to successfully access dashboard.
Desktop (please complete the following information):
- OS: Linux
- Browser: edge/chrome
- FMD Version: 3.1.1

