Open chengtie opened 4 years ago
@chengtie I had a similar issue (except the DLG_FLAG problem), And was able to fix it by increasing the timeout for 15/20 seconds because everything is slower on IE :/ (Hub probably not fully initialized yet on default timeout?)
Hope it helps you or someone digging into it.
I'm debugging a website on my machine with Windows and Windows Subsystem for Linux.
I use cross-storage in my website. I can launch the website
https://localhost:3000/sign
under Chrome, whereas in IE it raises an errorCrossStorageClient could not connect
, which blocks the page.No error in Chrome:
CrossStorageClient could not connect
in IEIn the client side, it seems that it is
new CrossStorageClient(...)
that raises the error.If I open
https://localhost:3000/htmls/hub.html
in IE in a tab, it shows a problem ofsecurity certificate
, I could click onGo on to the webpage (not recommended)
to continue. (TheCrossStorageClient could not connect
error of the client side is still raised regardless of this).Here is
hub.html
on the server side:So, does anyone know how to fix this
CrossStorageClient could not connect
error?