zigbee2mqtt
zigbee2mqtt copied to clipboard
Frontend not launching/accessible
What happened?
When browsing to http://10.0.1.5:8080 the webpage doesnt load
What did you expect to happen?
i expected that the webpage would load
How to reproduce it (minimal and precise)
- recreate docker image and allow it to start
- try to launch front end (http://10.0.1.5:8080)
- Confirmed in
configuration.yaml
thatfrontend: true
is on - Confirmed the correct port is published in docker
- Confirmed other docker images are working fine
- Confirmed that functionality of mqtt requests are being sent and issued, but the webpage isnt loading.
Nothing in logs about access to website being blocked/dropped connections.
Zigbee2MQTT version
:latest
Adapter firmware version
unable to access
Adapter
CC2652
Debug log
No response
Do you really expect the maintainer to debug your network setup?
Same problem here, frontend seems ready but not reachable.
docker compose logs zigbee2mqtt
zigbee2mqtt | Using '/app/data' as data directory
zigbee2mqtt | Zigbee2MQTT:info 2023-10-20 15:32:21: Logging to console and directory: '/app/data/log/2023-10-20.15-32-21' filename: log.txt
zigbee2mqtt | Zigbee2MQTT:info 2023-10-20 15:32:21: Starting Zigbee2MQTT version 1.33.0 (commit #7ee207f)
zigbee2mqtt | Zigbee2MQTT:info 2023-10-20 15:32:21: Starting zigbee-herdsman (0.18.5)
zigbee2mqtt | Zigbee2MQTT:info 2023-10-20 15:32:21: zigbee-herdsman started (resumed)
docker compose exec zigbee2mqtt wget --spider http://localhost:8080
Connecting to localhost:8080 (127.0.0.1:8080)
wget: can't connect to remote host (127.0.0.1): Connection refused
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 7 days
Same error for me now i dont find any solution ...
You ever figure out why the frontend isn't responding?