You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If I add a cluster with an url ending with a slash I get errors performing rest calls
Steps To Reproduce
Add a cluster, ensure the URI ends with slash https://my-elastic.company.co/
Test connection - works
Check cluster state - works
Switch to REST tab, perfom a get requs for example:
GET deployment-log-2021-09/_doc/theId
You get error:
{
"error": "no handler found for uri [//deployment-log-2021-09/_doc/theId] and method [GET]"
}
Environment (please include the following information):
Elasticsearch version: 7.5.0
Operating system: MacOS
Browser + version: Firefox 91.0.64
Elasticvue version: 0.36.3
How are you running elasticvue? (docker, browser extension, web app): extension
The text was updated successfully, but these errors were encountered:
Description
If I add a cluster with an url ending with a slash I get errors performing rest calls
Steps To Reproduce
Add a cluster, ensure the URI ends with slash https://my-elastic.company.co/
Test connection - works
Check cluster state - works
Switch to REST tab, perfom a get requs for example:
GET deployment-log-2021-09/_doc/theId
You get error:
{
"error": "no handler found for uri [//deployment-log-2021-09/_doc/theId] and method [GET]"
}
Environment (please include the following information):
The text was updated successfully, but these errors were encountered: