Konga: connect to kong admin fail

Created on 19 Sep 2018  路  4Comments  路  Source: pantsel/konga

error: KongProxyController request error undefined
error: Sending 500 ("Server Error") response:
{ error:
{ Error: connect ECONNREFUSED 127.0.0.1:8001
at Object._errnoException (util.js:992:11)
at _exceptionWithHostPort (util.js:1014:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14)
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 8001 } }

Most helpful comment

If you are running konga in docker on localhost and trying to access kong running on localhost, then don't use localhost. Instead, use host.docker.internal (works on mac, windows). for further info check

All 4 comments

@kkxxr66573 , it seems that 127.0.0.1:8001 is not accessible. This doesn't seem to be an issue with Konga.
Make sure that Kong's admin api is accessible from 127.0.0.1:8001.

What is the connecton url you have setup in Konga?

Closing due to inactivity

same issue

If you are running konga in docker on localhost and trying to access kong running on localhost, then don't use localhost. Instead, use host.docker.internal (works on mac, windows). for further info check

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zhaoJone picture zhaoJone  路  8Comments

jayeshkulkarni picture jayeshkulkarni  路  3Comments

amanasmuei picture amanasmuei  路  3Comments

davidqhr picture davidqhr  路  6Comments

jeremyjpj0916 picture jeremyjpj0916  路  7Comments