Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Network" screen stuck on Loading #857

Closed
2 tasks done
Metathesus opened this issue Oct 21, 2024 · 5 comments
Closed
2 tasks done

"Network" screen stuck on Loading #857

Metathesus opened this issue Oct 21, 2024 · 5 comments
Labels
bug 🐛 Something isn't working next release/in dev image 🚀 This is coming in the next release or was already released if the issue is Closed.

Comments

@Metathesus
Copy link

Is there an existing issue for this?

Current Behavior

"Network" screen stuck on "Loading"

  • Cache cleared
  • Container recreated with logs and config volume deleted (only the db has been keeped)
  • Error in in console browser (F12)

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

  • I have read and followed the steps in the wiki link above and provided the required debug logs and the log section covers the time when the issue occurs.
@Metathesus Metathesus added the bug 🐛 Something isn't working label Oct 21, 2024
@jokob-sk
Copy link
Owner

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

@jokob-sk jokob-sk added the Waiting for reply⏳ Waiting for the original poster to respond, or discussion in progress. label Oct 21, 2024
@Metathesus
Copy link
Author

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
Copy link
Author

Thanks for your help

@jokob-sk
Copy link
Owner

Great! Reopening for tracking, will close after next release

@jokob-sk jokob-sk reopened this Oct 23, 2024
@jokob-sk jokob-sk added the next release/in dev image 🚀 This is coming in the next release or was already released if the issue is Closed. label Oct 23, 2024
@jokob-sk jokob-sk removed the Waiting for reply⏳ Waiting for the original poster to respond, or discussion in progress. label Oct 24, 2024
@jokob-sk
Copy link
Owner

releasing in 15 min -> closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working next release/in dev image 🚀 This is coming in the next release or was already released if the issue is Closed.
Projects
None yet
Development

No branches or pull requests

2 participants