I upgraded to 1.16.2 and deletion works for other users but not for 2 that tried to delete their own accounts.
One of them wants the account to be deleted, the other one wants it to be restored. How do I deal with those cases?
Socket.io connection error, ipv6 address
-
Hi everyone
Trying to up nodebb in the private ipv6 sub network without domains.
Using docker + nginx. All works fine, but websocket not. "Connection has been lost".First i'm try edit config.json, added socket.io origins. Error message in the web console disappeared but it doesn't help.
Nginx config is right. Another site with web socket working fine.
Can you help?
Thx
-
SOLVED
Added
socket.io {"address": */*};
Default "address:" **; that's is problem.