cleverpig commented on issue #856: URL: https://github.com/apache/apisix-dashboard/issues/856#issuecomment-734718924
> [apache/apisix@c8823d0](https://github.com/apache/apisix/commit/c8823d0eedcdc6e329afc48d6f41e7c92637ae28) > > fixed in APISIX already. @cleverpig you can make a try with this commit or the latest version of APISIX. @membphis I checked out the master version of APISIX, the problem still stay on after I'd created a consumer from dashboard. ``` 2020/11/27 16:40:20 [error] 3280#3280: *53 [lua] config_etcd.lua:483: failed to fetch data from etcd: failed to check item data of [/apisix/consumers] err:additional properties forbidden, found id, etcd key: /apisix/consumers, context: ngx.timer 2020/11/27 16:40:20 [error] 3279#3279: *36 [lua] config_etcd.lua:483: failed to fetch data from etcd: failed to check item data of [/apisix/consumers] err:additional properties forbidden, found id, etcd key: /apisix/consumers, context: ngx.timer 2020/11/27 16:40:20 [error] 3283#3283: *16 [lua] config_etcd.lua:483: failed to fetch data from etcd: failed to check item data of [/apisix/consumers] err:additional properties forbidden, found id, etcd key: /apisix/consumers, context: ngx.timer ``` It's the output from git log: ``` commit f4161d39a495879edffbc75e2099f6e487bae81d Author: willmafh <[email protected]> Date: Wed Nov 25 19:27:04 2020 +0800 chore: minor change in bin/apisix (#2847) .... commit c8823d0eedcdc6e329afc48d6f41e7c92637ae28 Author: 罗泽轩 <[email protected]> Date: Tue Nov 24 11:02:44 2020 +0800 **fix(consumer): keep the id field for compatibility (#2829)** ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
