jokob-sk / NetAlertX

🖧🔍 WIFI / LAN intruder detector. Scans for devices connected to your network and alerts you if new and unknown devices are found.
GNU General Public License v3.0
3.12k stars 186 forks source link

"Network" screen stuck on Loading #857

Closed Metathesus closed 3 weeks ago

Metathesus commented 1 month ago

Is there an existing issue for this?

Current Behavior

"Network" screen stuck on "Loading"

Capture d’écran 2024-10-21 130451 Capture d’écran 2024-10-21 143650

Expected Behavior

Network screen load correctly

Steps To Reproduce

No response

app.conf

No response

docker-compose.yml

services:
  netalertx:
    container_name: netalertx 
    image: "jokobsk/netalertx:latest"      
    network_mode: "host"        
    restart: unless-stopped
    volumes:
      - /mnt/Docker/netalertx/config:/app/config
      - /mnt/Docker/netalertx/db:/app/db      
      # (optional) useful for debugging if you have issues setting up the container
      - /mnt/Docker/netalertx/logs:/app/front/log
    environment:
      - TZ=Europe/Paris     
      - PORT=2480

What branch are you running?

Production

app.log

No response

Debug enabled

jokob-sk commented 1 month ago

Hi @Metathesus - make sure you didn't assign the root Internet node to a child node. This will cause recursion. This shouldn't happen, so please let me know how you did it 😅

You can show parent nodes nodes this way which can help you to find it:

image

or you can export the devices.csv file and check / fix it there:

image

Metathesus commented 1 month ago

The parent node of internet was internet. How was it possible? I don't know because it was always greyed out... I'have delete this device and has been recreatd automatically and now parent is "unknown" and all working well

Metathesus commented 1 month ago

Thanks for your help

jokob-sk commented 1 month ago

Great! Reopening for tracking, will close after next release

jokob-sk commented 3 weeks ago

releasing in 15 min -> closing