I am trying to run nightwatchjs test using selenoid ggr (Go Grid router) but I am getting the below error:
- Connecting to un:pwd@ip_add on port 4444...
POST http://un:pwd@ip_add:4444 /wd/hub/session - EAI_FAIL
Error: getaddrinfo EAI_FAIL un:pwd@ip_add ‼ Error connecting to un:pwd@ip_add on port 4444.
Below are the various container that's running on my Linux machine (IP_add)

Could you please support in identifying the issue?
Also, I am unable to navigate to ggr-ui

I was now able to run the test using GGR.
Following command were run to start selenoid, ggr, ggr-ui and selenoid UI:
To navigate to ggr dashboard:
http://'ip address':8080/
In nightwatch config use following selenoum config:
This way I was able to run the test