"No reverse for interfacetemplate" when saving a bridged interface #10224

Closed
opened 2025-12-29 21:28:34 +01:00 by adam · 1 comment
Owner

Originally created by @DanSheps on GitHub (Sep 11, 2024).

Originally assigned to: @DanSheps on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.1.0

Python Version

3.12

Steps to Reproduce

  1. Create Manufacturer (NetScout)
  2. Create Device Type (AED)
  3. Create Interfaces (int & ext)
  4. Edit ext, set bridge to int
  5. Save

Expected Behavior

Save successfully

Observed Behavior

Outer exception:

ImproperlyConfigured at /dcim/interface-templates/302/edit/
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.

Inner exception:

Reverse for 'interfacetemplate' not found. 'interfacetemplate' is not a valid view function or pattern name.
Originally created by @DanSheps on GitHub (Sep 11, 2024). Originally assigned to: @DanSheps on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.1.0 ### Python Version 3.12 ### Steps to Reproduce 1. Create Manufacturer (NetScout) 2. Create Device Type (AED) 3. Create Interfaces (int & ext) 4. Edit ext, set bridge to int 5. Save ### Expected Behavior Save successfully ### Observed Behavior Outer exception: ```text ImproperlyConfigured at /dcim/interface-templates/302/edit/ 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. ``` Inner exception: ``` Reverse for 'interfacetemplate' not found. 'interfacetemplate' is not a valid view function or pattern name. ```
adam added the type: bugstatus: duplicate labels 2025-12-29 21:28:34 +01:00
adam closed this issue 2025-12-29 21:28:34 +01:00
Author
Owner

@DanSheps commented on GitHub (Sep 12, 2024):

Duplicate of #17437

@DanSheps commented on GitHub (Sep 12, 2024): Duplicate of #17437
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10224