mozilla / probe-dictionary

Tool that makes Firefox Telemetry probe information searchable
https://probes.telemetry.mozilla.org
Mozilla Public License 2.0
7 stars 17 forks source link

https://probes.telemetry.mozilla.org/ does not load #129

Closed Trikolon closed 1 year ago

Trikolon commented 1 year ago

https://probes.telemetry.mozilla.org/ does not load properly, it only shows the loading state spinner: image

In the devtools I can see an error about CORS:

probes.telemetry.mozilla.org/:1 Access to XMLHttpRequest at 'https://probeinfo.telemetry.mozilla.org/firefox/general' from origin 'https://probes.telemetry.mozilla.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
probeinfo.telemetry.mozilla.org/firefox/general:1          Failed to load resource: net::ERR_FAILED
createError.js:16 Uncaught (in promise) Error: Network Error
    at e.exports (createError.js:16:15)
    at p.onerror (xhr.js:83:14)

Looks like the failed network requests causes the script to fail.

Tested on: macOS 12.1 Firefox Nightly Firefox Stable Chrome Stable Safari Stable German origin IP address

rafrombrc commented 1 year ago

The linked Data SRE fix seems to have resolved this issue, shift-reload might be needed to clear local cache.