When I connect to the PMM login page, I enter “admin” as both username and password, and then it redirects me to set a new password. Once that is done, it redirects me back to the login page, and I cannot log in. When I set [auth.anonymous] enabled = true, it redirects me to the dashboard, but unauthorized messages appear.
The domain is hosted by a client, and I want to know if we need to inform them to allow some specific paths.
Could you also check the contents of the [database] section of Grafana config, which is located in /etc/grafana/grafana.ini? Do you see something similar to the following?
[database]
# You can configure the database connection by specifying type, host, name, user and password
# as separate properties or as on string using the url properties.
# Either "mysql", "postgres" or "sqlite3", it's your choice
type = postgres
host = localhost
user = grafana
I’m trying to figure out which database - sqlite3 or PostgreSQL - is PMM connecting to in your case?