Hi,
I have created 2 organisations:
and I can see them both in GUI:
but when I access Grafana via IP of the server where it is installed on - 192.168.1.43:3000 only one organisation is OK:
the moment I click in the menu on the second one, it changes the address to community.grafana.com
and of course it fails
What am I doing wrong?
thank you
zyga
welcome @homonto
what version of Grafana are you currently using? and what is your OS?
when you click on the menu:
hi @antonio
thank you for your answer - see the details below please:
version of OS: Debian 11
docker version:
Client: Docker Engine - Community
Version: 24.0.2
API version: 1.43
Go version: go1.20.4
Git commit: cb74dfc
Built: Thu May 25 21:52:17 2023
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 24.0.2
API version: 1.43 (minimum version 1.12)
Go version: go1.20.4
Git commit: 659604f
Built: Thu May 25 21:52:17 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.21
GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8
runc:
Version: 1.1.7
GitCommit: v1.1.7-0-g860f061
docker-init:
Version: 0.19.0
GitCommit: de40ad0
docker compose file:
grafana:
image: grafana/grafana-oss
container_name: grafana
user: '1000'
ports:
- "3000:3000"
volumes:
- /srv/docker/grafana:/var/lib/grafana
- /srv/docker/grafana/etc/grafana:/etc/grafana
restart: unless-stopped
environment:
- GF_PATHS_LOGS=/var/lib/grafana/logs
ini file:
14:54:49 pi@debian11:/srv/docker/grafana $ cat etc/grafana/grafana.ini
[server]
http_port = 3000
protocol = https
cert_key = /etc/grafana/addons-cert-key.pem
cert_file = /etc/grafana/addons-fullchain.pem
[log]
mode = "file"
level = "debug"
[log.file]
level = "debug"
good request:
bad request:
logfile exceeds the max forum (even grafana was up only for 10s or so) - I need to find a solution for that
I managed to put the logfile here: logfile
hi @homonto
I tried to reproduce your setup but I am missing something and so I can’t troubleshoot the problem.
Can you open a new issue in our repo instead? Please add the info you already provided. Once you opened it, I will forward it to the engineering team that deals with these kind of issues.
Thank you
thanks
already assigned to a team
1 Like