Is there an existing issue for this?
Current Behavior
When you make a change the Apply button appears at the bottom of the page. To save the changes you simply click the Apply button, it flashes to indicate it's detected the press but to does not save the changes and stays on the screen.
Expected Behavior
To save the changes you simply click the Apply button, it flashes to indicate it's detected the press, it saves the changes and the button disapears to indicate that it's been saved.
Steps To Reproduce
This is happening in the latest version (10.4.57), go to the Settings page and select System. Make a change to anything, the Apply button appears. Click the button, it flashes but remains and does not save the changes.
Environment
- OS: Ubuntu 24.04.4 LTS
- How docker service was installed:
CPU architecture
x86-64
Docker creation
services:
unifi-network-application:
image: lscr.io/linuxserver/unifi-network-application:latest
container_name: unifi-network-application
environment:
- PUID=$PUID
- PGID=$PGID
- TZ=$TIME_ZONE
- MONGO_USER=unifi
- MONGO_PASS=xxxxxxxx
- MONGO_HOST=unifi-db
- MONGO_PORT=27017
- MONGO_DBNAME=unifi
- MONGO_AUTHSOURCE=admin
- MEM_LIMIT=1024 #optional
- MEM_STARTUP=1024 #optional
- MONGO_TLS= #optional
volumes:
- $DOCKERDIR/unifi:/config
ports:
- $UNIFI_ADMIN_PORT:8443
- $UNIFI_STUN_PORT:3478/udp # STUN
- $UNIFI_DEVICECOMMS_PORT:8080 # Device / Contorller Comms
- $UNIFI_APDISCOVERY_PORT:10001/udp # AP Discovery
#- $UNIFI_L2DISCOVERY_PORT:1900/udp # Required for "Make controller discoverable on L2 network" option (optional)
- $UNIFI_GUESTPORTALHTTPS_PORT:8843 # Guest Portal HTTPS Redirection (optional)
- $UNIFI_GUESTPORTALHTTP_PORT:8880 # Guest Portal HTTP Redirection (optional)
#- $UNIFI_SPEEDTEST_PORT:6789 # Speed/throughput Test (optional)
- $UNIFI_SYSLOG_PORT:5514/udp # Remote syslog (optional)
restart: unless-stopped
Container logs
Is there an existing issue for this?
Current Behavior
When you make a change the Apply button appears at the bottom of the page. To save the changes you simply click the Apply button, it flashes to indicate it's detected the press but to does not save the changes and stays on the screen.
Expected Behavior
To save the changes you simply click the Apply button, it flashes to indicate it's detected the press, it saves the changes and the button disapears to indicate that it's been saved.
Steps To Reproduce
This is happening in the latest version (10.4.57), go to the Settings page and select System. Make a change to anything, the Apply button appears. Click the button, it flashes but remains and does not save the changes.
Environment
CPU architecture
x86-64
Docker creation
services: unifi-network-application: image: lscr.io/linuxserver/unifi-network-application:latest container_name: unifi-network-application environment: - PUID=$PUID - PGID=$PGID - TZ=$TIME_ZONE - MONGO_USER=unifi - MONGO_PASS=xxxxxxxx - MONGO_HOST=unifi-db - MONGO_PORT=27017 - MONGO_DBNAME=unifi - MONGO_AUTHSOURCE=admin - MEM_LIMIT=1024 #optional - MEM_STARTUP=1024 #optional - MONGO_TLS= #optional volumes: - $DOCKERDIR/unifi:/config ports: - $UNIFI_ADMIN_PORT:8443 - $UNIFI_STUN_PORT:3478/udp # STUN - $UNIFI_DEVICECOMMS_PORT:8080 # Device / Contorller Comms - $UNIFI_APDISCOVERY_PORT:10001/udp # AP Discovery #- $UNIFI_L2DISCOVERY_PORT:1900/udp # Required for "Make controller discoverable on L2 network" option (optional) - $UNIFI_GUESTPORTALHTTPS_PORT:8843 # Guest Portal HTTPS Redirection (optional) - $UNIFI_GUESTPORTALHTTP_PORT:8880 # Guest Portal HTTP Redirection (optional) #- $UNIFI_SPEEDTEST_PORT:6789 # Speed/throughput Test (optional) - $UNIFI_SYSLOG_PORT:5514/udp # Remote syslog (optional) restart: unless-stoppedContainer logs