franchise icon indicating copy to clipboard operation
franchise copied to clipboard

Saved notebook does not re-open

Open rmchale opened this issue 7 years ago • 6 comments

I see this whenever I try and open a saved notebook. https://www.dropbox.com/s/0l8qs2kyvh7xfqz/Screenshot%202017-09-22%2010.24.22.png?dl=0

rmchale avatar Sep 22 '17 15:09 rmchale

I'm having this problem as well.

mdagost avatar Sep 27 '17 15:09 mdagost

What OS / node version (if you're not using sqlite)/ browser are you using?

bijection avatar Oct 02 '17 22:10 bijection

OS X Sierra, node v8.6.0, Chrome (with Postgres).

mdagost avatar Oct 03 '17 01:10 mdagost

Thanks! Can you attach a saved notebook (without sensitive info)?

bijection avatar Oct 03 '17 01:10 bijection

Here's a notebook that came from connecting to SQLite and running select 1:

https://gist.github.com/mdagost/e20f576db4824ad0233a4a578f7f5bf3

mdagost avatar Oct 03 '17 01:10 mdagost

reciever.html:3 Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document.
    at https://franchise.cloud/app/reciever.html:3:2

That shows up in the developer console when I open a saved notebook.

On Chromium Version 66.0.3359.117 (Developer Build) built on Debian 9.4, running on Debian 9.4 (64-bit)

It looks like iframe that's doing a cross-origin request to reciever.html is being blocked by the browser ...

jasonjayr avatar May 30 '18 03:05 jasonjayr