We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug Real-time updates using websockets does not work on the visualizer view.
Steps To Reproduce
Go to http://127.0.0.1:8000/admin/topology/topology/add/ and create a Topology object
Open the visualizer view for this topology by clicking on "View on Site" button in the image below
In another tab, add a node for this topology by going to http://127.0.0.1:8000/admin/topology/node/add/
Expected behavior The topology graph is updated with new node
Actual outcome The topology graph is not updated and an error is shown in the browser console
System Informatioon:
The text was updated successfully, but these errors were encountered:
We'll need to add a browser test for this.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Real-time updates using websockets does not work on the visualizer view.
Steps To Reproduce
Go to http://127.0.0.1:8000/admin/topology/topology/add/ and create a Topology object
Open the visualizer view for this topology by clicking on "View on Site" button in the image below

In another tab, add a node for this topology by going to http://127.0.0.1:8000/admin/topology/node/add/
Expected behavior
The topology graph is updated with new node
Actual outcome
The topology graph is not updated and an error is shown in the browser console
System Informatioon:
The text was updated successfully, but these errors were encountered: