PGBI/kong-dashboard

schema violation (consumer_id: unknown field)

Opened this issue · 3 comments

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!!!

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

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

Thank you very much for fixing the issue.