Guest Portal showing default page, no adjustments possible.
wverbeek89 opened this issue · 1 comments
Operating system
Linux aztec 6.1.0-rpi8-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.73-1+rpt1 (2024-01-25) aarch64
UniFi Tag
jacobalberty/unifi
Docker run
docker run -d --init \ --restart=unless-stopped \ -p 8080:8080 -p 8443:8443 -p 3478:3478/udp -p 10001:10001/udp -p 1900:1900/udp -p 8843:8843 -p 8880:8880 -p 6789:6789 -p 5514:5514/udp \ -e TZ='Europe/Amsterdam' \ -e LOTSOFDEVICES='true' \ -v ~/unifi:/unifi \ --user unifi \ --name unifi \ jacobalberty/unifi
Bug description
Good morning all,
I am experiencing a weird 'bug' i think.
Currently i am running version; Network 8.0.28 of the controller on a RaspBerry Pi-4 under Docker.
Everything is working fine, but the Landingpage's for the Guest Hotspot(s) are different and unchangeable.
It looks like the landing page that we had 5 years ago when it was just a simple page where you could not change anything.
Does anyone have an idea?
Thanks!
Steps to reproduce
-- CREATE FOLDERS
cd # by default, use the home directory
mkdir -p unifi/data
mkdir -p unifi/log
-- LAST USED CODE
docker run -d --init
--restart=unless-stopped
-p 8080:8080 -p 8443:8443 -p 3478:3478/udp -p 10001:10001/udp -p 1900:1900/udp -p 8843:8843 -p 8880:8880 -p 6789:6789 -p 5514:5514/udp
-e TZ='Europe/Amsterdam'
-e LOTSOFDEVICES='true'
-v ~/unifi:/unifi
--user unifi
--name unifi
jacobalberty/unifi
-- SET PORTAL
Assign Wifi network to portal, add logo and save.
Restart Unifi Container.
Login to Guest network.
Received old default page and not the adjusted one.
Relevant log output
No response
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.