I keep getting this error once my server is enabled:
authenticateClientCallback: Error with authenticate client request:
{ [Error: getaddrinfo ENOTFOUND] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo' }
I keep getting this error once my server is enabled:
authenticateClientCallback: Error with authenticate client request:
{ [Error: getaddrinfo ENOTFOUND] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo' }
Comments
Comment #1
socialnicheguru commentedSocialNicheGuru created an issue.
there are no js errors so it shows that the nodejs server is connected
status reports also confirms this
if I goto mysite:port/nodejs/message, I see the 'invalid service key message'. I have read in one of the issues that this message is what I am supposed to see.
The error usually signifies that it cannot reach the server, but the server is reachable...
Comment #2
socialnicheguru commentedmy settings file is:
Comment #3
glekli commentedThis error sounds like the backend hostname in your config file ("mytestdomain-test.com" in your case) is not valid. Could you please double check to see if it's mistyped.