juzhiyuan opened a new issue #1300: URL: https://github.com/apache/apisix-dashboard/issues/1300
# Bug report ## Describe the bug When I create a route with Label, an error occurred when using Chinese as key. ## Expected behavior A clear and concise description of what you expected to happen. ## Screenshots   ## System information - Version: master branch ## Additional context ```sh $ curl 'http://139.217.190.60/apisix/admin/routes/337358106080052037' \ -X 'PUT' \ -H 'Accept: application/json' \ --data-binary '{"name":"route_with_servicenoname","status":1,"methods":["GET","HEAD","POST","PUT","DELETE","OPTIONS","PATCH"],"priority":0,"uris":["/*"],"labels":{"分组1":"标签2","API_VERSION":"v1"},"vars":[],"upstream_id":"337065625484526491"}' ``` ---------------------------------------------------------------- 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]
