#9
This is interesting because I have 71.0 (64-bit), so your version is newer.
Do you get any error message if you open the page and inspect it with Righ Click + Inspect element / Console ?
#9
This is interesting because I have 71.0 (64-bit), so your version is newer.
Do you get any error message if you open the page and inspect it with Righ Click + Inspect element / Console ?
Gives this error in console errors (Firefox).
error: could not open rechessdb
error { target: IDBOpenDBRequest, isTrusted: true, srcElement: IDBOpenDBRequest, eventPhase: 0, bubbles: true, cancelable: true, returnValue: true, defaultPrevented: false, composed: false, timeStamp: 9127, … }
indexeddb.js:100:25
error { target: IDBOpenDBRequest, isTrusted: true, srcElement: IDBOpenDBRequest, eventPhase: 0, bubbles: true, cancelable: true, returnValue: true, defaultPrevented: false, composed: false, timeStamp: 9127, … }
Gives this error in console errors (Firefox).
error: could not open rechessdb
error { target: IDBOpenDBRequest, isTrusted: true, srcElement: IDBOpenDBRequest, eventPhase: 0, bubbles: true, cancelable: true, returnValue: true, defaultPrevented: false, composed: false, timeStamp: 9127, … }
indexeddb.js:100:25
error { target: IDBOpenDBRequest, isTrusted: true, srcElement: IDBOpenDBRequest, eventPhase: 0, bubbles: true, cancelable: true, returnValue: true, defaultPrevented: false, composed: false, timeStamp: 9127, … }
and this errors too...
Erro de mapa de fontes: Error: request failed with status 404
URL do recurso: https://easychess.herokuapp.com/resources/client/cdn/gif.js
URL do mapa de fontes: gif.js.map
Erro de mapa de fontes: Error: request failed with status 404
URL do recurso: https://easychess.herokuapp.com/resources/client/cdn/showdown.min.js
URL do mapa de fontes: showdown.min.js.map
and this errors too...
Erro de mapa de fontes: Error: request failed with status 404
URL do recurso: https://easychess.herokuapp.com/resources/client/cdn/gif.js
URL do mapa de fontes: gif.js.map
Erro de mapa de fontes: Error: request failed with status 404
URL do recurso: https://easychess.herokuapp.com/resources/client/cdn/showdown.min.js
URL do mapa de fontes: showdown.min.js.map
Works for me. http://i.imgur.com/tUeqk8w.png
@gbtami How you post a photo?
@gbtami How you post a photo?
I'v just choose "Host on imgur" in screenshot app and pasted the link in my post.
I'v just choose "Host on imgur" in screenshot app and pasted the link in my post.
#12
I'm puzzled by this. This is a database error, the whole app won't start if its indexedDB database cannot be opened. I never experienced this kind of error.
#13
Source maps are for debugging, so the absence of them just means that you cannot view original source code during debugging ( only minified code ).
#14
Thanks for this feedback. Now I'm even more puzzled, that the same version of the same browser may behave in a very different way. The only reason I can think of, is that indexedDB implementation depends on the operation system and even the same version of the same browser can behave differently on different operation systems ( of course this should not be the case, I suspect a bug here ).
#12
I'm puzzled by this. This is a database error, the whole app won't start if its indexedDB database cannot be opened. I never experienced this kind of error.
#13
Source maps are for debugging, so the absence of them just means that you cannot view original source code during debugging ( only minified code ).
#14
Thanks for this feedback. Now I'm even more puzzled, that the same version of the same browser may behave in a very different way. The only reason I can think of, is that indexedDB implementation depends on the operation system and even the same version of the same browser can behave differently on different operation systems ( of course this should not be the case, I suspect a bug here ).
@sefulesefarka I've windows 10, 64-bit, as far as i know, fully updated
@sefulesefarka I've windows 10, 64-bit, as far as i know, fully updated
In my PC only works with chrome. Tried Edge and same problem... Even tried TOR and the same white screen. Only chrome works.
In my PC only works with chrome. Tried Edge and same problem... Even tried TOR and the same white screen. Only chrome works.
ah, may found the culprit... Firefox are informing in developer tools that the domain is not secure. It may block connection by default...
ah, may found the culprit... Firefox are informing in developer tools that the domain is not secure. It may block connection by default...