Fails to work with LOGIN_REQUIRED=False #575
Labels
status: accepted
This issue has been accepted for implementation
status: needs owner
This issue is tentatively accepted pending a volunteer committed to its implementation
type: bug
A confirmed report of unexpected behavior in the application
Uh oh!
There was an error while loading. Please reload this page.
NetBox version
v4.1.3
Topology Views version
v4.1.0
Steps to Reproduce
Install NTV on a server configured for anonymous access:
Click on the "Topology Views > Topology" nav item (
/plugins/netbox_topology_views/topology/
)Expected Behavior
Topology view page should be displayed normally
Observed Behavior
An exception is raised:
Setting DEBUG=True, the backtrace suggests it's to do with a save hook from
IndividualOptions.objects.get_or_create()
The text was updated successfully, but these errors were encountered: