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
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
dashboard:1 Failed to load https://s3.amazonaws.com/data.openaddresses.io/machine-stats.json: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://results.openaddresses.io' is therefore not allowed access.
dashboard:305 Uncaught TypeError: Cannot read property 'timeseries' of undefined
at Object. (dashboard:305)
at Object.t (d3.v3.min.js:1)
at XMLHttpRequest.i (d3.v3.min.js:1)
(anonymous) @ dashboard:305
t @ d3.v3.min.js:1
i @ d3.v3.min.js:1
load (async)
Cn @ d3.v3.min.js:1
ao.json @ d3.v3.min.js:5
(anonymous) @ dashboard:304
d3.v3.min.js:1 Cross-Origin Read Blocking (CORB) blocked cross-origin response https://s3.amazonaws.com/data.openaddresses.io/machine-stats.json with MIME type application/json. See https://www.chromestatus.com/feature/5629709824032768 for more details.
Cn.u.send @ d3.v3.min.js:1
u.(anonymous function) @ d3.v3.min.js:1
Cn @ d3.v3.min.js:1
ao.json @ d3.v3.min.js:5
(anonymous) @ dashboard:304
Firefox reports:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://s3.amazonaws.com/data.openaddresses.io/machine-stats.json. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
TypeError: data is undefined[Learn More]
https://results.openaddresses.io/dashboard
Chrome reports:
Firefox reports:
Suggested fix: Add the missing CORS header to the AWS:
Access-Control-Allow-Origin: https://results.openaddresses.io/
EDIT: the real fix should take care also of plain http origin, not only https as suggested above
The text was updated successfully, but these errors were encountered: