sustainability-zhaw / sustainability-dashboard

Frontend for the ZHAW Sustainability Dashboard
MIT License
0 stars 1 forks source link

Show meaningful error message if DB services return 502 errors #138

Open phish108 opened 9 months ago

phish108 commented 9 months ago

If the DB is unresponsive, the reverse proxy returns 502 errors. This particularly happens when cleaning the index is requested.

Currently the dashboard shows an error message that suggests that the data is still loading, which is not the case.

It would be better to show a message, that the system is in maintenance mode.