Web interface loads black screen

Please follow the below template, it will help us to help you!

Expected Behaviour:

Web interface loads with color graphs and visible text

Actual Behaviour:

Web interface loads black screen with missing graphs, grayed out text and strange layout.

Debug Token:

8dxhi38zwx

Have you tried a repair with pihole -r yet?

yes i tried pihole -r, the repair option with no change. i noticed these chages to the web interface after i updated pihole. Just prior to the update i use

sudo apt-get update && sudo apt-get dist-upgrade -y

then autoremove.

this is the protocol i always follow with updates.

New debug log:

ittree3d7q

Tried repair and left same settings. No change.

First off it looks like you configured IPv6, but now your network does not support IPv6 internet access. Run pihole -r to reconfigure without IPv6. Also, you have IPv6 upstream servers which you will not be able to reach, so those can be removed.

Open the dev tools in your browser (F12) and check if there's any errors in the Console or Network tabs (refresh to show network requests).

I tried the dev tools in the browser (F12) and saw many errors. I ended up reinstalling with one of my backup raspbian images, then updated and upgraded the pi and pihole. I removed the IPv6 upstream servers and reconfigured with the pihole -r command. It works perfectly.

Thank you.