Unable to add report if install path is different #8002

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

Originally created by @haki99 on GitHub (May 4, 2023).

NetBox version

v3.5.0

Python version

3.10

Steps to Reproduce

  • Install netbox in a different path (in my case its installed in a k8s environment on alpine, the path is /app/netbox/...)
  • Copy files to a folder (in my case its /config/reports and /config/scripts, these folders are linked to /app/netbox/netbox/reports and scripts, I believe these are the default paths)
  • Add local data source (in my case: file:///app/netbox/netbox/scripts and file:///app/netbox/netbox/reports)
  • Add a new report from the data source

Expected Behavior

The report is added.

Observed Behavior

Shows this error, about file not found and a path, which is used nowhere in the configuration files:

image

In my case with the same steps but with scripts is working.

Originally created by @haki99 on GitHub (May 4, 2023). ### NetBox version v3.5.0 ### Python version 3.10 ### Steps to Reproduce - Install netbox in a different path (in my case its installed in a k8s environment on alpine, the path is /app/netbox/...) - Copy files to a folder (in my case its /config/reports and /config/scripts, these folders are linked to /app/netbox/netbox/reports and scripts, I believe these are the default paths) - Add local data source (in my case: file:///app/netbox/netbox/scripts and file:///app/netbox/netbox/reports) - Add a new report from the data source ### Expected Behavior The report is added. ### Observed Behavior Shows this error, about file not found and a path, which is used nowhere in the configuration files: ![image](https://user-images.githubusercontent.com/51157531/236193714-3d745cd5-80d8-4702-b4dc-7ac00c9fa98d.png) In my case with the same steps but with scripts is working.
adam closed this issue 2025-12-29 20:31:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8002