Organizations Redirect

Greetings everyone,

I also experienced this problem but I had an extra configuration on my docker-comopse.yml file that was the environment variable GF_SERVER_ROOT_URL: “your-url-here” so remember to change it if you also have it.
So what do we need to change:

  • You need to change your grafana.ini the the root_url, which can be dynamically constructed as default or you can manually insert it and also change the serve_from_sub_path to true.

  • If you are using docker to run your Grafana remember that env variable :blush:.

Assuming you are using a reverse proxy like I am.

Hope that this insight helps someone.