PGBI/kong-dashboard

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

nileshb30 opened this issue · 2 comments

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

  • Kong version = 1.1.1
  • Kong Dashboard version = 3.6.0 (Kong Dashboard versions before 3.0.0 aren't supported anymore)
  • Node version = #.#.#
  • Npm version = #.#.#

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?

I think your problem is mine: #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:

  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.