Hello everyone !
I would like to report a non working feature in the API server for latest release (1.1.2). The stats are not properly displayed and a "Error!" message is displayed on the web page.
Steps to Reproduce
- Follow the readme to start glauth with the default config
- Browse localhost:5555
- Note the "Error!" message on the web page, data are not properly displayed
Possible Solution
The error seems to be there because of an improper JSON formating :
"proxy":{
"version":v1.1.2
},
The version attribute is not using quotes around v1.1.2