Closed
Description
Deployment Type
Self-hosted
NetBox Version
v4.1.0
Python Version
3.12
Steps to Reproduce
- On {host}/dcim/interface-templates/{id}/edit/?return_url=/dcim/module-types/{module_type_id}/interfaces/ the bridge interface is not filtering the interfaces of the {module_type_id} module type.
- And when you select the correct interface, you get an error after clicking on save button.
Expected Behavior
To filter the interfaces of the correct module type and to save without any error.
Observed Behavior
There is the reported error.
<class 'django.core.exceptions.ImproperlyConfigured'>
Could not resolve URL for hyperlinked relationship using view name "". You may have failed to include the related model in your API, or incorrectly configured the lookup_field
attribute on this field.
Python version: 3.12.3
NetBox version: 4.1.0
Plugins: None installed