PGBI/kong-dashboard

Why all urls like "/proxy/xxxx" return '{"message":"Not found"}'?

Opened this issue · 1 comments

Your environment

  • Kong version = 0.13.1
  • Kong Dashboard version = 3.3.0 (Kong Dashboard versions before 3.0.0 aren't supported anymore)
  • Node version = 8.11.3
  • Npm version = #.#.#

Issue description

all urls like "/proxy/xxxx" return '{"message":"Not found"}'

Good to have

Browsers's log:
Request URL: http://10.17.5.156:8080/proxy/apis?
Request Method: GET
Status Code: 404 Not Found
Remote Address: 10.17.5.156:8080
Referrer Policy: no-referrer-when-downgrade

Sin30 commented

I have the same issue, and it took me quite a while to figure it out.
kong-dashboard start --kong-url=http://127.0.0.1:8001/ --port=8080
you should remove the ending "/" in param "--kong-url", like this.
kong-dashboard start --kong-url=http://127.0.0.1:8001 --port=8080