Reverse for 'managedfile' not found. 'managedfile' is not a valid view function or pattern name. #19802
Unanswered
cmdrrobin
asked this question in
Help Wanted!
Replies: 1 comment
-
Although I don't think this is the solution, but I have tested on one of the defined datasources. In the database I have executed the following command: DELETE FROM core_managedfile WHERE data_source_id=(
SELECT id FROM core_datasource WHERE name='git-reports'
); After that I could remove the datasource from UI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have two datasources defined in our Netbox environment. (production and test)
Both environments have the same issue:
I have enabled debug in our testenvironment:
Our test environment runs Netbox version 4.3.2. Production still runs 3.7.8, but are planning to upgrade. Both uses Netbox container image.
Beta Was this translation helpful? Give feedback.
All reactions