PGBI/kong-dashboard

TypeError: "i.schemas is undefined"

ajamesa opened this issue · 6 comments

Issue summary

http://localhost:8080/#!/consumers/add

Your environment

var __env={"kong_url":"http://localhost:8001",
"kong_version":"1.4.0",
"kong_dashboard_version":"3.6.0",
"gelato_integration":false};

  • Node version = v8.10.0
  • Npm version = 3.5.2

Issue description

add consumers error

Current behavior

xxxxxx

Expected behavior

xxxxx

Steps to reproduce

Good to have

image

Is no one maintaining it?

I have met the same problem. Does anyone have a solution?

the same problem

The same problem

konga support better.

Project is currently unmaintained.
Having checked all version of Kong; the only functioning version with the current state of kong-dashboard is kong 1.0.4.

The problem lies in the way schemas are handled for the different versions of kong in the schemas file.

To hotfix the issue: fork and apply the following PR or alternatively clone this where I try to maintain functionality for my needs, until development here continues.