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] [Console] Requests with query strings return errors #3815

Closed
joshuarrrr opened this issue Apr 10, 2023 · 3 comments · Fixed by #3813
Closed

[BUG] [Console] Requests with query strings return errors #3815

joshuarrrr opened this issue Apr 10, 2023 · 3 comments · Fixed by #3813
Assignees
Labels
bug Something isn't working console v2.7.0

Comments

@joshuarrrr
Copy link
Member

Describe the bug

From @Hailong-am #3544 (comment)

when i run command GET _cat/tasks?v in DevTools, it reports error like below, i guess it may caused this change.

    {
    "error": {
    "root_cause": [
    {
    "type": "illegal_argument_exception",
    "reason": "request [/_cat/tasks] contains unrecognized parameter: [v?pretty] -> did you mean [pretty]?"
    }
    ],
    "type": "illegal_argument_exception",
    "reason": "request [/_cat/tasks] contains unrecognized parameter: [v?pretty] -> did you mean [pretty]?"
    },
    "status": 400
    }

Expected behavior
A clear and concise description of what you expected to happen.

OpenSearch Version
Please list the version of OpenSearch being used.

Dashboards Version
Please list the version of OpenSearch Dashboards being used.

Plugins

Please list all plugins currently enabled.

Screenshots

If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Browser and version [e.g. 22]

Additional context

Add any other context about the problem here.

@joshuarrrr joshuarrrr added bug Something isn't working untriaged v2.7.0 and removed untriaged labels Apr 10, 2023
@joshuarrrr
Copy link
Member Author

@zhongnansu I'm assigning you to take the first look

@joshuarrrr
Copy link
Member Author

joshuarrrr commented Apr 10, 2023

dupe of #3813

@zhongnansu
Copy link
Member

@joshuarrrr Thanks for creating issue. I commented on the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working console v2.7.0
Projects
None yet
2 participants