-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.0.0
Python version
3.9
Steps to Reproduce
Set up an Netbox instance that uses the BASE_PATH variable
- Click on "Devices"
- Click on "Configure Table"
- Select any value in "Available Columns" and click "Add"
Expected Behavior
The column should be added to "Selected Column"
Observed Behavior
"Error Updating Table Configuration, 404 Page not found" in a red box.
This also happens when pressing reset button.
Using developer tools in Chrome i can see that URL is missing my BASE_PATH (netbox-dev). in effect, netbox is running at: https://nb.local.dev/netbox-dev/
The URL that generates the 404 are: https://nb.local.dev/api/users/config/
But should be: https://nb.local.dev/netbox-dev/api/users/config/ in essence missing the BASE_PATH
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application