Need help on finding a full python traceback #1451
Replies: 2 comments 2 replies
-
|
Have you found a solution? I'm struggling with the same. All I get from netbox is the error message in the browser: The docker logs only show the 500 and nothing else. Searching the code for the mentioned columns and tables doesn't work either, as the models don't use the names directly. |
Beta Was this translation helpful? Give feedback.
-
|
Actually … I forgot this issue completely :D If this works for you too, then please answer. We could close the issue then. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
because of a major change within our NetBox deployment, I rolled out a test instance with netbox docker. Sadly on some pages errors happens, but in the browser I only see the last line of the Python traceback. With local deployment, these errors do not happen.
In env/netbox.env I have the lines
DEBUG=1and evenDEVELOPER = True… but this changes nothing. docker logs shows nothing (accept the access log lines including the one for 500 error), and I have no idea where to search. Has anyone an idea, how to find the actual traceback or what setting I’m missing here?Beta Was this translation helpful? Give feedback.
All reactions