Replies: 1 comment
-
I first debugged for any errors using the web browser developer tool F12 I kept getting errors with I updated configuration file kong.conf with I confirmed by using curl command 'curl http://public-ip:8001/workspaces?size=1000' This resolved my issue, I found this tool helpful because there wasn't much useful online https://www.phind.com/ Hope this helps :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 Kong setup with Kong Manager enabled, 1 Kong OSS in Docker, and 1 Kong Enterprise Free Version in Ubuntu.
Both my Kong Manager works when using http://localhost.com/, however both has the same issue of having Network Error under the Workspaces overview.
The configurations that I have edited in kong.conf are as follows:
admin_listen = 0.0.0.0:8001 reuseport backlog=16384, 0.0.0.0:8444 http2 ssl reuseport backlog=16384
admin_gui_listen = 0.0.0.0:8002, 0.0.0.0:8445 ssl
admin_gui_url = http://localhost:8002/
admin_gui_path = /
admin_gui_api_url = http://localhost:8002/
This is the error displayed on Google Chrome Console:
GET http://localhost:8002//default/kong net::ERR_CONNECTION_REFUSED
GET http://localhost:8002//workspaces?size=15&sort_by=created_at&counter=true net::ERR_CONNECTION_REFUSED
Can anyone please let me know if I missed out on any other important configurations or did I edit any of these configurations wrongly?
I can provide more details as to what I have done in the setup, or whatever necessary.
Beta Was this translation helpful? Give feedback.
All reactions