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 Overview Loading Indefinitely #905

Closed
4 of 7 tasks
MACCAMCGOO opened this issue Dec 4, 2024 · 3 comments
Closed
4 of 7 tasks

Network Overview Loading Indefinitely #905

MACCAMCGOO opened this issue Dec 4, 2024 · 3 comments
Labels
bug 🐛 Something isn't working Waiting for reply⏳ Waiting for the original poster to respond, or discussion in progress.

Comments

@MACCAMCGOO
Copy link

Is there an existing issue for this?

The issue occurs in the following browsers. Select at least 2.

  • Firefox
  • Chrome
  • Edge
  • Safari (unsupported) - PRs welcome
  • N/A - This is an issue with the backend

Current Behavior

As per the bug report #608 after updating to latest release v24.10.31 yesterday I am experiencing the behaviour that the Network Overview indefinitely shows loading.

I down graded to 24.10.12 and immediately the network map displayed.

I noticed one console error which appears when the page in initially loaded... Error: Mismatched anonymous define() module: Full message is in the attached Error 1.... there is a second error relating to network.php:2940 Uncaught TypeError: a.name.localeCompare is not a function which I have included in attachment 2.
NetaleterConsoleError2.txt
NetAlterConsoleError1.txt

Expected Behavior

Network map to appear

Steps To Reproduce

No response

app.conf

No response

docker-compose.yml

#version: "3"
services:
  pialert:
    container_name: pialert
# Network Map working   image: "jokobsk/pi.alert:24.10.12"
    image: "jokobsk/pi.alert:latest"
    network_mode: "host"
    restart: unless-stopped
    volumes:
      - /home/ian/pialert/config:/app/config
      - /home/ian/pialert/db:/app/db
      - /home/ian/pialert/logs:/app/front/log
    environment:
      - TZ=Europe/London
      - PORT=20211

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.
@MACCAMCGOO MACCAMCGOO added the bug 🐛 Something isn't working label Dec 4, 2024
@jokob-sk
Copy link
Owner

jokob-sk commented Dec 4, 2024

Hi @MACCAMCGOO ,

Thanks for the details!

Can you please:

  1. Remove any recursive assignment (e.g. assigning the Internet node to another node - this causes an infinite loop - if taht is teh case, please let me know how you did this)
  2. Make sure you refresh your browser cache
  3. click the 🔄 refresh button in the top right corner.

Thanks in advance,
j

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

Hi J, I have got the latest code started working .... what I did was change my internet connection from "gateway" [which is what the connection was automatically detected as] to "Router". Removed the main switch connected to the gateway, then added back. Upgraded to latest version, network then showed. Changed the type back to gateway and the network map remained.
Will continue to monitor over the coming couple of days

@jokob-sk
Copy link
Owner

jokob-sk commented Dec 8, 2024

Glad to hear that -> closing for now :)

@jokob-sk jokob-sk closed this as completed Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working Waiting for reply⏳ Waiting for the original poster to respond, or discussion in progress.
Projects
None yet
Development

No branches or pull requests

2 participants