ElasticHQ / elasticsearch-HQ

Monitoring and Management Web Application for ElasticSearch instances and clusters.
http://www.elastichq.org
Other
4.96k stars 528 forks source link

dev-master not working on windows 10 #517

Open honsa opened 4 years ago

honsa commented 4 years ago

General information

Issue Description

Software does not start

No output even with --debug on application.py

tukao89 commented 4 years ago

Upgrade Flask to lastest: pip install Flask --upgrade

honsa commented 4 years ago

Upgrade Flask to lastest: pip install Flask --upgrade

Upgraded to latest flask version, still same effect. It works without problems in the linux subsystem.

beachwood23 commented 2 years ago

I created a PR that fixes the startup issue. It is here: https://github.com/ElasticHQ/elasticsearch-HQ/pull/542