-
NetBox versionv3.5.0 Python version3.10 Steps to Reproduce
Expected BehaviorThe report is added. Observed BehaviorShows this error, about file not found and a path, which is used nowhere in the configuration files: In my case with the same steps but with scripts is working. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I'm afraid you haven't provided sufficient information regarding your installation, so I've converted this to a discussion. Maybe someone more familiar with your deployment can assist. I will suggest checking the value of the |
Beta Was this translation helpful? Give feedback.
-
It's very unclear what you're doing. You mention k8s, so are you using a docker container image? Is it the official netbox-docker, or something you found somewhere else, or something you have built yourself? The official netbox-docker image uses You've also not said what you mean by "Add local data source" and "Add a new report from the data source". What is this "data source" setting you are referring to, and what exactly did you change? Netbox supports remote storage for uploaded files (i.e. images), but for local storage you would not use remote storage at all, you'd just use paths (without any |
Beta Was this translation helpful? Give feedback.
Yeah, I started with that and showed the same error.
Anyway.
I found the solution, the problem was in my CI/CD pipeline, the configuration doesn't changed in the deployment.