franchise
franchise copied to clipboard
Saved notebook does not re-open
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
I'm having this problem as well.
What OS / node version (if you're not using sqlite)/ browser are you using?
OS X Sierra, node v8.6.0, Chrome (with Postgres).
Thanks! Can you attach a saved notebook (without sensitive info)?
Here's a notebook that came from connecting to SQLite and running select 1
:
https://gist.github.com/mdagost/e20f576db4824ad0233a4a578f7f5bf3
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 ...