Network Overview Not Working

Just logged into my pihole today to whitelist a website and noticed on my network overview page every device was brown and hadn't checked in for the last 2 days, going on 3 now.

I saw there was an FTL update so I ran that quick, cleared the network table and shut down my pihole, booted it back up and devices are not repopulating in the network table. Page just shows "no data available in table"

Currently running

Core - 6.04
FTL - 6.0.3
Web Interface - 6.0.1

I have already ran pihole -r and have already tried

sudo service pihole-FTL stop
sudo mv /etc/pihole/pihole-FTL.db /etc/pihole/pihole-FTL-old.db
sudo service pihole-FTL start

as well as

sudo service pihole-FTL stop
sudo rm /etc/pihole/pihole-FTL.db
sudo service pihole-FTL start

and several shut downs and restarts of pihole itself, DHCP assignments appear to be working still and queries blocking appears to be working still as well

any other ideas or solutions would be welcomed.

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 if you run your Pi-hole as a Docker container:

docker exec -it <pihole-container-name-or-id> pihole -d

where you substitute <pihole-container-name-or-id> as required.

https://tricorder.pi-hole.net/f4AzRHcI/

If the token expires before you get a chance to look, let me know and I can upload another.

Can you please access the page again an check if there are error messages in the browser Console in Devetools (usually F12)?

No errors on browser console, F12 returns

lockdown-install.js:1 Removing unpermitted intrinsics
all.min.js?v=0:6 A preload for 'http://192.168.1.2:8080/admin/vendor/fonts/SourceSansPro/source-sans-pro-v13-latin-regular.woff2' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.

heading back to work in a few minutes here, so anything else you would like me to check I won't be able to until around 4 PM CDT.

F12 on network overview page displays

lockdown-install.js:1 Removing unpermitted intrinsics
network:1 The resource http://192.168.1.2:8080/admin/vendor/fonts/SourceSansPro/source-sans-pro-v13-latin-regular.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate as value and it is preloaded intentionally.

Just wanted to update you since I hadn't heard back.

I did a teleporter export on my original install and then I set up a brand new SD card with a fully updated install of bookworm.

Reinstalled a fresh instance of pihole, applied all my network settings and have it up and running.

Network tab is still not populating devices even with all of that.

EDIT - Also same as before, quiries are working, query blocking is working, and query logs are working.

ip neigh and arp -a also both return connected device information.

Here is the debug token from the fresh install - https://tricorder.pi-hole.net/s6c18Pxi/

bump

I finally fixed this, after some trial and error it looks like teleporter import was breaking the network overview page.

I did several more clean installs and tested to verify that was the issue and then manually readded all my domain block/allows, block lists, dhcp assignments etc.

I imported all the exact same block lists and also noted that the number of domains added was quite a bit less then what my V5 install had and also much less than what teleporter had imported.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.