idbeta opened a new issue #786: URL: https://github.com/apache/apisix-dashboard/issues/786
- Why do you submit this issue? - [ ] Question or discussion - [x] Bug - [ ] Requirements - [ ] Feature or performance improvement - [ ] Other __ ### Bug - Which version of Apache APISIX Dashboard, OS, and Browser? APISIX master + dashabord 2.0 rc3 1. create a route with adminAPI ``` curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "name":"test_route", "methods":["GET","POST"], "uri": "/name", "upstream": { "type": "roundrobin", "nodes": { "127.0.0.1:9797": 1 } } }' ``` 2."upstream" cannot be displayed and modified by the dashboard ```  ``` ---------------------------------------------------------------- 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]
