Closed gfvh closed 6 months ago
Thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v3.7.8. Please re-confirm the reported behavior on the current stable release and adjust your post above as necessary. Remember to provide detailed steps that someone else can follow using a clean installation of NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other data.
I think this might possibly be related to one of the plugins you have installed, can you please comment out the plugins in configuration.py and see if that works. If so you can add them back one at a time to see which is causing the issue.
FYI clearcache_admin
appears to reference something in one of your plugins or an external dependency. It is not part of the code NetBox code base.
I found out that this is caused by django-clearcache package. I installed it with pip3 install django-clearcache to clear cache. Right now i did uninstall: pip uninstall django-clearcache. Issue is fixed. Admin url opens
closing
Deployment Type
Self-hosted
NetBox Version
v3.7.1
Python Version
3.11
Steps to Reproduce
netbox admin url netbox.somedomain.com/admin gives this error:
Reverse for 'clearcache_admin' not found. 'clearcache_admin' is not a valid view function or pattern name.
Python version: 3.11.2 NetBox version: 3.7.1 Plugins: netbox_attachments: 4.0.2 netbox_ipcalculator: 1.1 netbox_proxbox: 0.0.5 netbox_qrcode: 0.0.11 netbox_topology_views: 3.9.0
netbox_admin.log
Expected Behavior
admin web gui to open properly?
Observed Behavior
Reverse for 'clearcache_admin' not found. 'clearcache_admin' is not a valid view function or pattern name.