Instant messaging not working, disconnected
Event Timeline
One other thing to check: The chat uses wss (websocket) connection to communicate with aphlict. It's possible that a firewall or reverse proxy may be blocking the connection? Not all proxies support websockets in their default configuration. See verifying server status in the documentation for some tips, especially the part about load balancers and ssl.
This has now been fixed by rPcadc00d744eb which reverts rPfd6118bfa601.
I too have been able to reproduce this on a fresh install when attempting to send a message, to join a room, or to add a participant to a room. This occurs both when the notification server is connected and disconnected, and can be seen in F3604928.
My server information is as follows:
- Phorge: rPbf2dc1194778
- php (8.2.28)
- diff (3.8)
- git (2.39.5)
- pygmentize (2.14.0)
In any event, the expected behaviour is that the user can complete their task, such as sending a message or joining a room, rather than the interface to edit the room being rendered.