PGBI / kong-dashboard

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

TypeError: "i.schemas is undefined" #221

Open ajamesa opened 4 years ago

ajamesa commented 4 years ago

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};

Issue description

add consumers error

Current behavior

xxxxxx

Expected behavior

xxxxx

Steps to reproduce

Good to have

image

zhanghba commented 4 years ago

Is no one maintaining it?

yangzhen0512 commented 4 years ago

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

tianweipeng commented 4 years ago

the same problem

pag6606 commented 4 years ago

The same problem

zhanghba commented 4 years ago

konga support better.

luserx0 commented 4 years ago

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.