-
Notifications
You must be signed in to change notification settings - Fork 839
connect kong error #491
Comments
root@james-cd:/# kong health --v |
我也出现了这种情况,你们都是怎么解决的? |
Hello, Any suggestions for resolving this ?Thanks |
If your kong and konga are deployed on mac, please use host.docker.internal instead of localhost when connecting to kong, such as url: http://host.docker.internal:8001 |
thank you |
debug: Policy:dynamicNode
connection-id
is defined. 9debug: KongProxyController:req.method GET
debug: KongProxyController:req.url ?connection_id=9
debug: KongProxyController:entity null
debug: Kong admin url => http://localhost:8001
error: KongProxyController request error undefined
error: Sending 500 ("Server Error") response:
{ error:
{ Error: connect ECONNREFUSED 127.0.0.1:8001
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1106:14)
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 8001 } }
The text was updated successfully, but these errors were encountered: