Open nileshb30 opened 5 years ago
I think your problem is mine: https://github.com/PGBI/kong-dashboard/issues/206 Are you really the good 3.6.0 version ? Clone the repo and compile the dockerfile yourself.
I found that kong-dashboard 3.6.0
does not work with Kong 1.1.x
.
So I tried with Kong 1.0.3
and 1.0.3-alpine
, which works fine with kong-dashboard 3.6.0
.
Try this:
# git clone https://github.com/PGBI/kong-dashboard.git && cd kong-dashboard
# KONG_VERSION=1.0.3-alpine docker-compose up kong-dashboard
And according to the error message "This version of Kong dashboard doesn't support Kong v0.14 and higher",
your kong-dashboard version seems like 3.3.x
or 3.4.x
, not 3.6.0
.
It will be nice if your kong-dashboard version is 3.6.0
actually.
Issue summary
Briefly describe the issue you are experiencing (or the feature you want to see added). Tell us what you were trying to do and what happened instead.
Remember, an issue is not the place to ask questions. You can use Stack Overflow for that.
Your environment
Issue description
Current behavior
Tell us what happens.
Expected behavior
Tell us what should happen instead.
Steps to reproduce
Tell us how to reproduce this issue.
Good to have
Any screenshots? Browsers' logs?