I installed and launched app.js
If I give the command "netstat -na | grep 6640" I see the server listening and with the command ovs-vsctl show I see the manager is opened with ptcp:6640 but when I connect to the GUI I get an error with a popup (see image) with "Can not connect to server".
Any hint?
Note that I gave the default admin/admin password and if I give different username/passwords I get an authentication error.
I tried also to connect (just to test) via telnet with "telnet localhost 6640" and the connection is opened (of course when I type connection is closed).
I am using Ubuntu LTS 22.04
