Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Failed requests when cluster url ends with slash #69

Closed
Brimstedt opened this issue Sep 10, 2021 · 1 comment
Closed

[BUG] - Failed requests when cluster url ends with slash #69

Brimstedt opened this issue Sep 10, 2021 · 1 comment
Assignees
Labels

Comments

@Brimstedt
Copy link

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
@cars10
Copy link
Owner

cars10 commented Sep 10, 2021

Hey, thanks for opening this issue :) This will be fixed in the next version, 0.36.4.

@cars10 cars10 closed this as completed in e4ab44a Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants