kong-dashboard icon indicating copy to clipboard operation
kong-dashboard copied to clipboard

TypeError: "i.schemas is undefined"

Open ajamesa opened this issue 5 years ago • 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

ajamesa avatar Nov 09 '19 05:11 ajamesa

Is no one maintaining it?

zhanghba avatar Dec 09 '19 06:12 zhanghba

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

yangzhen0512 avatar Dec 19 '19 02:12 yangzhen0512

the same problem

tianweipeng avatar Jan 09 '20 07:01 tianweipeng

The same problem

pag6606 avatar Jan 09 '20 16:01 pag6606

konga support better.

zhanghba avatar Jan 10 '20 06:01 zhanghba

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.

luserx0 avatar Feb 13 '20 09:02 luserx0