-
What Grafana version and what operating system are you using? - 7.2.2
-
What are you trying to achieve? - I am unable to launch the Login Page it says – Loading and nothing comes up. Issue is only with Edge and other browsers. With Chrome it works well.
-
How are you trying to achieve it? - Login/Launch Grafana
-
What happened? -
-
What did you expect to happen?
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
#################################### Server ##############################
[server]
Protocol (http, https, h2, socket)
protocol = https
The ip address to bind to, empty will bind to all interfaces
http_addr =
The http port to use
http_port = 3000
The public facing domain name used to access grafana from a browser
#domain = localhost
domain = hkc12345.hc.cloud
Redirect to correct domain if host header does not match domain
Prevents DNS rebinding attacks
enforce_domain = true
The full public facing url
#root_url = %(protocol)s://%(domain)s:%(http_port)s/
root_url = https://hkc12345.hc.cloud:3000
Serve Grafana from subpath specified in root_url
setting. By default it is set to false
for compatibility reasons.
;serve_from_sub_path = True
Log web requests
router_logging = false
the path relative working path
static_root_path = public
enable gzip
enable_gzip = false
https certs & key file
cert_file = /var/tmp/grafana-7.2.2/conf/hkc12345.hc.cloud.cer
cert_key = /var/tmp/grafana-7.2.2/conf/grafana.pem
There is no rproxy running on the server. Please help!