Alongside my operational Pi-hole v4.x, I have set up a second RPi named pihole-5 in order to run Pi-hole Beta 5.
Problem with Beta 5.0:
Opening http://pihole-5 in Vivaldi (Chromium) results in:
Browser reports having requested the following resources:
| type | url |
|---|---|
| font | http://pi.hole/admin/style/vendor/SourceSansPro/SourceSansPro-Regular.ttf |
| image | http://pi.hole/admin/img/favicon.png |
| font | http://pi.hole/admin/style/vendor/SourceSansPro/SourceSansPro-Regular.ttf |
| css | http://pi.hole/pihole/blockingpage.css |
| doc | http://pihole-5/ |
It would seem that Pi-hole's web UI contains some hard-coded references to pi.hole somewhere, which differs from the actual URL used.
EDIT: In contrast, access by IP results in correct display of 'Did you mean to go to the admin panel?', showing no refs to pi.hole
| type | url |
|---|---|
| font | http://192.168.1.233/admin/style/vendor/SourceSansPro/SourceSansPro-Bold.ttf |
| font | http://192.168.1.233/admin/style/vendor/SourceSansPro/SourceSansPro-Regular.ttf |
| image | http://192.168.1.233/favicon.ico |
| font | http://192.168.1.233/admin/style/vendor/SourceSansPro/SourceSansPro-Bold.ttf |
| font | http://192.168.1.233/admin/style/vendor/SourceSansPro/SourceSansPro-Regular.ttf |
| image | http://192.168.1.233/admin/img/logo.svg |
| css | http://192.168.1.233/pihole/blockingpage.css |
| doc | http://192.168.1.233/ |
| So maybe it's not a hard-code issue, but rather an odd occurence of self blocking? | |
| How could an IP be handled correctly, while a hostname wouldn't? |
EDIT: I*ve been able to track this JavaScript issue down to a firewall setting, so not related to Pi-hole, while ref issue remains.
Thought that would be only a minor, but trying to open http://pihole-5/admin next results in a 'JavaScript is disabled' message though it is indeed enabled:

