I am getting an intermittent error when going to our self-hosted grafana before logging in. I have grafana deployed as part of the prometheus-operator helm chart. I have generic_oauth setup using Azure AD. The workaround I’ve had to do is use another browser and I can login, however, sometimes this issue will occur on all my browsers and I am unable to login again for a period of time. This issue seems to have come up more since integrating with Azure AD
Grafana helm chart version: 5.0.5
Grafana app version: 6.6.2
Screenshot shows javascript error in Firefox:
SyntaxError: nothing to repeat
And I’m not sure what to make of this error:
TypeError: window.top.LPVARS is undefined
Grafana.ini
[analytics]
check_for_updates = true
[auth]
disable_login_form = true
[auth.anonymous]
enabled = false
[auth.basic]
enabled = false
[auth.generic_oauth]
allow_sign_up = true
api_url = redacted
auth_url = redacted
client_id = redacted
client_secret = redacted
enabled = true
name = Azure AD
scopes = openid
token_url = redacted
[grafana_net]
url = https://grafana.net
[log]
mode = console
level = debug
[paths]
data = /var/lib/grafana/data
logs = /var/log/grafana
plugins = /var/lib/grafana/plugins
provisioning = /etc/grafana/provisioning
[server]
root_url = https://grafana.hostname
Debug logging on grafana doesn’t show anything
Any suggestions would be helpful