Query frontend not started

I am trying out Loki following instruction in Getting started | Grafana Loki documentation and start up using docker-compose up -d

The writer is ready but reader http://localhost:3101/ready
is always return “Query Frontend not ready: not ready: number of queriers connected to query-frontend is 0”

Please advice how to fix.

1 Like

I had the same problem today, along with docker-compose hanging (containers in Starting state) on my Debian 11 laptop.

I installed haveged for better user-space entropy and now docker-compose up is much quicker and I don’t have problems with the reader container getting stuck. This is a bit surprising as I had no issues with docker-compose on another project (nginx, php, mediawiki, mariadb).

sudo apt install haveged

Let us know if this helps.