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] 422 Unprocessable Entity while adding Notification Channel #9040

Closed
rahul8590 opened this issue Aug 16, 2017 · 1 comment
Closed

[Bug] 422 Unprocessable Entity while adding Notification Channel #9040

rahul8590 opened this issue Aug 16, 2017 · 1 comment

Comments

@rahul8590
Copy link

rahul8590 commented Aug 16, 2017

  • What Grafana version are you using?
    4.4.3

  • What datasource are you using?
    OpenTsdb 2.1

  • What OS are you running grafana on?
    CentOS release 6.5 (Final)

  • What did you do?
    Trying to login via default admin credential
    Trying to add a new Notification Channel.

  • What was the expected result?
    Should be able to login using admin/admin
    Should be able to add Notification Channel.

  • What happened instead?
    In both the cases, in the web ui I get validation error as notification. Also, in the I get the following json response when checked via chrome tool.

While Add a new notification channel

HTTP Request from Chrome tool:

Request URL:https://blah.com/tunnel/grafana/login
Request Method:POST
Status Code:422 Unprocessable Entity
Remote Address:x.x.x.x:443 (ip address of haproxy serving the domain. )
Referrer Policy:no-referrer-when-downgrade

[{"fieldNames":["Name"],"classification":"RequiredError","message":"Required"}, {"fieldNames":["Type"],"classification":"RequiredError","message":"Required"}]

While Trying to login using admin/admin credential.

[{"fieldNames":["User"],"classification":"RequiredError","message":"Required"},{"fieldNames":["Password"],"classification":"RequiredError","message":"Required"}]

@torkelo
Copy link
Member

torkelo commented Aug 16, 2017

What browser version are you using? Any extensions?

Do you get this on other browsers? Looks very strange, lie your browse is unable to communicate properly with Grafana, or something in between like a proxy removing headers

@torkelo torkelo closed this as completed Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants