netbox icon indicating copy to clipboard operation
netbox copied to clipboard

Frustrating media_failure redirects

Open doc-sheet opened this issue 1 year ago • 0 comments

Deployment Type

Self-hosted

NetBox Version

v3.7.5

Python Version

3.11

Steps to Reproduce

  1. Block /static/ with adblock (the simplest way)
  2. Open any page

Expected Behavior

Maybe an error badge?

Such redirects always frustrated me. Most of the time issue related not to netbox installation but my network issues. It also usually throws on some rarely used (by me) resources like netbox-print.css

Maybe it's time to replace redirect with something more friendly? Furthermore Netbox could operate without js just fine and css issues are noticeable enough by itself.

Observed Behavior

Static Media Failure The following static media file failed to load: netbox-print.css

etc

doc-sheet avatar Apr 22 '24 15:04 doc-sheet