cubejs icon indicating copy to clipboard operation
cubejs copied to clipboard

DEMO doesn't work

Open Jerige opened this issue 3 years ago • 1 comments

Initializing is never finished. The error is

jquery-3.1.0.min.js:2 Uncaught DOMException: Failed to construct 'Worker': Script at 'file:///C:/Users/jr/Downloads/cubejs-master/docs/lib/worker.js' **cannot be accessed from origin 'null'.**
    at Function._asyncSetup (file:///C:/Users/jr/Downloads/cubejs-master/docs/lib/async.js:12:22)
    at Function.asyncInit (file:///C:/Users/jr/Downloads/cubejs-master/docs/lib/async.js:34:12)
    at HTMLDocument.<anonymous> (file:///C:/Users/jr/Downloads/cubejs-master/docs/demo.js:51:10)
    at j (https://code.jquery.com/jquery-3.1.0.min.js:2:29568)
    at k (https://code.jquery.com/jquery-3.1.0.min.js:2:29882)

I tried in Edge, Chrome, Firefox and everywhere this error appears. Any suggestions?

Thx!

Jerige avatar May 24 '22 14:05 Jerige

Hello,

the demo page works for me on Firefox and Chrome.

http://ldez.github.io/cubejs/

Maybe it's related to the fact that you are using the file locally without a server.

ldez avatar May 24 '22 15:05 ldez