snowood-orz opened a new issue #1922:
URL: https://github.com/apache/apisix-dashboard/issues/1922
## How to Reproduce
I created a 301 route with data
```
{
"uris": ["/"],
"name": "root_path",
"plugins": {
"redirect": {
"ret_code": 302,
"uri": "/login"
}
},
"labels": {
"tag": "xxx"
},
"status": 1
}
```
I clicked the edit button of this route from the route list,the page
appeared suspended animation. After a minute, this window Non-stop pop-ups.
```
word in picture:
Please check the service bound to the route.
If you do not bind the service, you must set up the upstream service (step 2)
```

## Environment
all in docker
* apisix version : apache/apisix:2.5-alpine
* OS: Ubuntu 18.04
* etcd version: bitnami/etcd:3.4.15
* apisix-dashboard version: apache/apisix-dashboard:2.6
* Browser version: 90.0.4430.93 (x86_64)
## Additional context
when choose the redirect, can not choose the upsteam and plugins.
--
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]