Server Error when adding front port from Devices menu #7965

Closed
opened 2025-12-29 20:30:33 +01:00 by adam · 0 comments
Owner

Originally created by @dreng on GitHub (Apr 30, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.5.0

Python version

3.9

Steps to Reproduce

  • From the menu, click "Devices"
  • Click the "+"-button next to "Front Port"

Expected Behavior

The form for adding a front port should show up.

Observed Behavior

Error Message:

<class 'dcim.models.devices.Device.DoesNotExist'>

Device matching query does not exist.

Python version: 3.8.10
NetBox version: 3.5.0

Adding front ports within a device view works as expected.

Originally created by @dreng on GitHub (Apr 30, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.5.0 ### Python version 3.9 ### Steps to Reproduce - From the menu, click "Devices" - Click the "+"-button next to "Front Port" ### Expected Behavior The form for adding a front port should show up. ### Observed Behavior Error Message: > <class 'dcim.models.devices.Device.DoesNotExist'> > > Device matching query does not exist. > > Python version: 3.8.10 > NetBox version: 3.5.0 Adding front ports within a device view works as expected.
adam added the type: bugstatus: accepted labels 2025-12-29 20:30:33 +01:00
adam closed this issue 2025-12-29 20:30:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7965