Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
-
Solr Dashboard New UI shipped with 5.4.0
Description
The new UI shipped with 5.4.0 allows collection aliases to be created from UI and it does work but when you try to use any alias created using UI http://<server>:8983/solr/index.html#/ it gives error saying
error": {
"msg": "Could not find collection : [object Object]",
"code": 400
}
While doing same operation using admin/collection API it actually works.