openwisp / docker-openwisp

OpenWISP in docker. For production usage we recommend using the ansible-openwisp2 role.
https://openwisp.io/docs/dev/docker/
BSD 3-Clause "New" or "Revised" License
154 stars 82 forks source link

[bug] Network topology graph stuck at loading #353

Open pandafy opened 2 months ago

pandafy commented 2 months ago

Describe the bug The network topology graph does not load .

Steps To Reproduce Steps to reproduce the behavior:

  1. Create a topology object.
  2. Open the Django admin change page for the topology object
  3. Click on "View topology graph" button

Expected behavior On clicking the "View topology graph" button, the network topology should load.

Screenshots Screenshot from 2024-08-30 21-29-55

pandafy commented 2 months ago

This bug stems from the fetch request in netjsongraph.js which does not send the session cookie with the request.