Nav menu logo link does not honor BASE_PATH #5266

Closed
opened 2025-12-29 19:26:04 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Aug 31, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.0.0

Python version

3.7

Steps to Reproduce

  1. Set BASE_PATH to a non-default value (e.g. netbox/)
  2. Click the NetBox logo link at the top of the navigation menu

Expected Behavior

The link should take the user to the home view.

Observed Behavior

The link takes the user to /, which does not honor the BASE_PATH setting.

Originally created by @jeremystretch on GitHub (Aug 31, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.0.0 ### Python version 3.7 ### Steps to Reproduce 1. Set `BASE_PATH` to a non-default value (e.g. `netbox/`) 2. Click the NetBox logo link at the top of the navigation menu ### Expected Behavior The link should take the user to the home view. ### Observed Behavior The link takes the user to `/`, which does not honor the `BASE_PATH` setting.
adam added the type: bugstatus: accepted labels 2025-12-29 19:26:04 +01:00
adam closed this issue 2025-12-29 19:26:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5266