Open FloLaco opened 3 years ago
Thanks for the report! I agree that this is technically a bug, but given that Django gracefully handles these errors when rendering the pages, and the "error" messages are only logged when enabling DEBUG logs for Django, I don't know how much of a priority we'll realistically assign to fixing this issue.
Sure ! It's a non blocking issue. I've seen this because I've other issue which I'll report later.
Errors about graphiql
is due to this line :
https://github.com/nautobot/nautobot/blob/dee26f76b0a51c6617f3a1043f8f97ea154f2178/nautobot/core/templates/inc/nav_menu.html#L124
The graphiql
error in particular will be addressed by refactoring in #781. Thanks!
@glennmatthews Ok perfect !
For the q
errors, the issue is in this line : https://github.com/nautobot/nautobot/blob/dee26f76b0a51c6617f3a1043f8f97ea154f2178/nautobot/core/templates/search_form.html#L4
Environment
Steps to Reproduce
nautobot_config.py
)extra/jobs.html
too)Expected Behavior
No error or traceback log
Observed Behavior
my
nautobot_config.py