-
Re-opening.
I noticed that we disabled this module, because it's endpoint (http://atlantiscity.local:8080/server/) yield blank page. However, looking at the sources and trying to open file itself (and not the endpoint): http://atlantiscity.local:8080/server-info.html - the page is loaded correctly.
@andrzej.wojcik Maybe we could do a quick fix of that and re-enable it?
-
@wojtek we can if HTML file is generated properly. AFAIR, it was disabled because there was no such file back then.
-
It's generated now (and it's even properly served if we use http://atlantiscity.local:8080/server-info.html instead of http://atlantiscity.local:8080/server/ (which is advertised on the main http-api page). So I guess:
- enabling the module
- fixing endpoint location.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
6439
|
Version |
tigase-server-8.0.0rc1, tigase-server-8.1.0
|
Issue Votes (0)
Watchers (0)
Endpoint at
/serverServer
(Server information module) returns blank page. This was added in https://tigase.tech/issues/2103#note-11 but the logic populating it wasn't finished (?!). Until that's done I would disable this module %kobit %andrzej.wojcik ?