Hello,
I'm trying to activate the new Node based chatserver in ILIAS 5.2, unfortunately it doesn't work.
I've started the server and it's running and listening on the configured port but the chat client ignores any text posted.
Debugging the request sent to the server I get the following:
Request URL:http://localhost:9999/socket.io/?EIO=3&transport=polling&t=Ll2yN2V
Request Method:GET
Status Code:404 Not Found
Remote Address:127.0.0.1:8123
Response:
Connection:keep-alive
Content-Length:65
Content-Type:text/html
Date:Mon, 01 May 2017 07:35:56 GMT
X-Powered-By:Express
Cannot GET /socket.io/?EIO=3&transport=polling&t=Ll2yN2V
(I get the same response if I proxy through Apache)
So - Node is answering (X-Powered-By: Express ...) but can't find soket.io
Any idea what I'm doing wrong?
TIA Ralf Mattes