Hello, I've been trying the pihole/pihole:development
docker image with a docker compose file. I changed the env variables accordingly in the file.
First I tried to upgrade from my current v5 install, and then I did a clean install (i.e., I removed the mounted volumes and the existing container). In both cases login didn't work for me, it just remains loading with no visible feedback.
I noticed some javascript errors in the console (different to Error message in js console on login page), so I tried with both Firefox and Chrome (Mac OS X), nothing seems blocked on uBlock Origin, and the issue remains.
The trace I'm getting:
Uncaught TypeError: right-hand side of 'in' should be an object, got undefined
wrongPassword https://pihole/admin/scripts/pi-hole/js/login.js?v=1727274505:33
doLogin https://pihole/admin/scripts/pi-hole/js/login.js?v=1727274505:105
jQuery 6
doLogin https://pihole/admin/scripts/pi-hole/js/login.js?v=1727274505:91
<anonymous> https://pihole/admin/scripts/pi-hole/js/login.js?v=1727274505:122
jQuery 9
<anonymous> https://pihole/admin/scripts/pi-hole/js/login.js?v=1727274505:111
login.js:33:37
I saw the "wrongPassword" call there, so I started a shell from inside the container and set the password to something easy as 123456, but I still get the same error. Only way I could login is leaving the password as blank.
Any idea why this might be happening? Can I do anything else to help you debug it? Thanks in advance!
Edit:
I would like to add that, even when logged in (without password), functionality seems broken (i.e. plots not loading, going into "Group Management" throws a popup with the text "An unknown error occurred while loading the data" and the full HTML code), and multiple errors appear in the js console, such as
Uncaught TypeError: system is undefined
updateSystemInfo https://pihole/admin/scripts/pi-hole/js/footer.js?v=1727274505:331
jQuery 6
updateSystemInfo https://pihole/admin/scripts/pi-hole/js/footer.js?v=1727274505:326
updateInfo https://pihole/admin/scripts/pi-hole/js/footer.js?v=1727274505:230
<anonymous> https://pihole/admin/scripts/pi-hole/js/footer.js?v=1727274505:592
jQuery 13
footer.js:331:24
Uncaught TypeError: version is undefined
updateVersionInfo https://pihole/admin/scripts/pi-hole/js/footer.js?v=1727274505:487
jQuery 6
updateVersionInfo https://pihole/admin/scripts/pi-hole/js/footer.js?v=1727274505:476
updateInfo https://pihole/admin/scripts/pi-hole/js/footer.js?v=1727274505:231
<anonymous> https://pihole/admin/scripts/pi-hole/js/footer.js?v=1727274505:592
jQuery 13
footer.js:487:9