You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reflect.setPrototypeOf takes null for argument prototype. However, the altered setPrototypeOf() called getPrototypeOf() which throws on null without a null check. Which caused an Uncaught TypeError in near-membrane-shared and could be stopping Grafana's (affected my 11.0, wikipedia's 9.5 is fine) web UI from loading. Disabling the plugin will let Grafana load properly.
Expected Behaviour
Grafana UI should load properly.
Current Behaviour
Grafana stopped loading and showing error message: "Grafana has failed to load its application files"
Steps to Reproduce (for bugs)
Install CanvasBlocker
Visit a Grafana v11 installation
Your Environment
CanvasBlocker Version used: 1.10.1
Firefox version incl. 32- or 64-bit: 64-bit
Operating System and version (desktop or mobile): Windows 10 21H2
Any timeframe of when this will make it to stable? Whitelisting the site in question (also a Grafana instance for me) doesn't fix it, so I'd love to know when this will be released.
Description
Reflect.setPrototypeOf takes
null
for argumentprototype
. However, the alteredsetPrototypeOf()
calledgetPrototypeOf()
which throws onnull
without a null check. Which caused an Uncaught TypeError innear-membrane-shared
and could be stopping Grafana's (affected my 11.0, wikipedia's 9.5 is fine) web UI from loading. Disabling the plugin will let Grafana load properly.Expected Behaviour
Grafana UI should load properly.
Current Behaviour
Grafana stopped loading and showing error message: "Grafana has failed to load its application files"
Steps to Reproduce (for bugs)
Your Environment
Your Settings
The text was updated successfully, but these errors were encountered: