Firefox dev. console (F12) says:
[ZeroWebsocket] Closed
close
bubbles: false
cancelBubble: false
cancelable: false
code: 1006
composed: false
currentTarget: null
defaultPrevented: false
eventPhase: 0
explicitOriginalTarget: WebSocket { url: "ws://127.0.0.1:43110/Websocket?wrapper_key=keyhereireplaced", readyState: 3, bufferedAmount: 0, … }
isTrusted: true
originalTarget: WebSocket { url: "ws://127.0.0.1:43110/Websocket?wrapper_key=keyhereireplaced", readyState: 3, bufferedAmount: 0, … }
reason: ""
target: WebSocket { url: "ws://127.0.0.1:43110/Websocket?wrapper_key=keyhereireplaced", readyState: 3, bufferedAmount: 0, … }
timeStamp: 76193.494406
type: "close"
wasClean: false
__proto__: CloseEventPrototype { wasClean: Getter, code: Getter, reason: Getter, … }
all.js:143:14
This happen in my case on various sites since roughly last 5-14 days maybe. Also i was seeing wrapper_nonce kind of error and empty page on ZeroHello if it can be related somehow.
I hope this is fixed soon as it hurt experience quite significantly.
I'm having a similar problem. It's not related to wrapper_nonce being in the url - that's a different bug that plagues the back button (and reopening session when browser crashes). For example, I would click on a Git Center repo in it's repository index, and a blank page would show. I would have to refresh to see the page. This happens to at least one other site, I think it was ZeroNet Docs. However, it doesn't happen often.
I'm on Firefox and Linux. No special configuration, no Tor, and rev3337.
Thanks for reporting. I was able to reproduce the bug. Working on the fix.
It should be fixed in Rev3351, https://github.com/HelloZeroNet/ZeroNet/commit/e96dd14e0d0de7abe9ef87c48dac1c2366817be1
please update and see if it's works for you
Yes, i confirm it works. It shows this message before "redirect": "Escaping from iframe..."
Thank you for fixing it.
@HelloZeroNet and on this zite when i click "客户端&教程" i see blank page and Firefox dev. console says on it: "Load denied by X-Frame-Options: http://127.0.0.1:43110/yingsuo.bit/help.html?wrapper_nonce=* does not permit cross-origin framing."
@HelloZeroNet hello, i spot the issue on other zite, please open ZeroVoat
and then open some topic/question
wait until it load and then click browser back button.
It do not complete loading and Firefox dev. console says:
"SecurityError: Permission denied to access property "toString" on cross-origin object"
"TypeError: path.split(...)[1] is undefined [Learn More] all.js:24:20"
as for http://127.0.0.1:43110/yingsuo.bit: for some reasons opening to new window does not works well from sandboxed iframes
as for zerovoat: i cant reproduce it