forked from brian91292/ChatCore
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Currently, the Web Config Interface only binds to IPv6. If you try to open it with http://127.0.0.1:8338/, you will get a Connection Refused.
The web server also does not understand IPv6 URLs. Trying to open it with http://[::1]:8338 results in a Bad Request.
As far as I can tell, the only way to open it is with http://localhost:8338/, even though the other two URLs should be equally valid.
I'd also like to suggest that any input in "Add Channel" which has not been converted to a tag yet, should be converted on save. One of the most common problems with ChatCore that new users have seems to be them not pressing Enter after entering their channel name and the web interface really does not make it obvious that this is required.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels