Pi-hole not blocking any URLs

Hi together,

i have set up a Pi-hole with docker-compose. I added my adlists via Dockerfile:

COPY /images/pihole/importfiles/adlists/adlists.sh /
RUN /adlists.sh
RUN rm /adlists.sh -f

The file contains a command to add adlists via CLI:

sqlite3 /etc/pihole/gravity.db "INSERT INTO adlist (address, enabled, comment) VALUES 
('https://adaway.org/hosts.txt', 1, 'initial')

The import seems to work fine, as all my imported adlists show up in the GUI.
However, no URL from any of the adlist is being blocked:

2022-04-04_15h28_18

What am I doing wrong?

Greetings, tulpafred

Please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:

pihole -d

or do it through the Web interface:

Tools > Generate Debug Log

Edit - Pi-hole blocks domains, not URLs. There is a significant difference between the two.

My debug log can be found on:
https://tricorder.pi-hole.net/d2jaKkyH/

Thanks for helping!