PGBI / kong-dashboard

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

schema violation (consumer_id: unknown field) #205

Open machine-w opened 5 years ago

machine-w commented 5 years ago

hello,I use kong bashboard add a consmer. then, when I Create basic auth credential for the Consumer. appear this error: schema violation (consumer_id: unknown field)

but,I used curl operate kong api (http://127.0.0.1:8001).that is ok....

this is the version info: Kong node: http://127.0.0.1:8001 v1.0.3 — Kong-Dashboard v3.6.0

thanks!!!

ruipheng commented 5 years ago

I also encountered this problem. respnse: {"message":"schema violation (consumer_id: unknown field)","name":"schema violation","fields":{"consumer_id":"unknown field"},"code":2}

shazha commented 5 years ago

I've submitted PR #203 to fix this issue a few days ago 😄

cloudtern commented 5 years ago

Thank you very much for fixing the issue.