PGBI / kong-dashboard

Dashboard for managing Kong gateway
MIT License
2.18k stars 390 forks source link

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

Open CodingJabber opened 6 years ago

CodingJabber commented 6 years ago

Your environment

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 5 years ago

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