PGBI / kong-dashboard

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

This version of Kong dashboard doesn't support Kong v0.14 and higher. #210

Open nileshb30 opened 5 years ago

nileshb30 commented 5 years ago

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?

angelfs commented 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.

jihoon-seo commented 5 years ago

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:

  1. # git clone https://github.com/PGBI/kong-dashboard.git && cd kong-dashboard
  2. # 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.