#error connecting to node
20 messages · Page 1 of 1 (latest)
You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.
Use ss -plnt | grep :8080 (or grep :8443 depending on the port) to find what process is currently running and stop it. You can type killall wings to shutdown any ghost Wings process.
this doesn't help
how do i fix that
You stop wings with ```sudo systemctl stop wings
what do i do after that
What are you trying to do
to get my node to connect to the panel
start wings
ok
still getting this
open the browser console on that same page
and send what it says
refresh the page if nothing
Someone else will have to help as of im not sure how to assist with this
okay
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8080/api/system. (Reason: CORS request did not succeed). Status code: (null).
i got a new error