LLLLimbo opened a new issue #1234: URL: https://github.com/apache/apisix-dashboard/issues/1234
1. I added a route in this way `curl --location --request PUT 'http://192.168.2.102:9080/apisix/admin/routes/1' \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' \ --data-raw '{ "uri": "/car/*", "upstream": { "service_name": "SEEINER-CAR", "type": "roundrobin", "discovery_type": "eureka" } }'` 2. Then I tried to edit the route's name in dashboard. Finally I got this:  I think, maybe dashboard does not support upstreams fetched from registery center like eureka at the moment ? ---------------------------------------------------------------- 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: us...@infra.apache.org