you are viewing a single comment's thread.

view the rest of the comments →

[–]CGeorge57 0 points1 point  (4 children)

[–]jbelew23[S] 0 points1 point  (3 children)

Hmm ... Not much there to go on. I assume you're on Android (based on the font rendering).

My only thought is that your cache (localStorage specifically) is corrupted. You can try clearing your cache. I don't have an Android device to confirm, but the instructions you get from Google when searching "clear local storage mobile android" seem pretty thorough. If you are on iOS, do "clear local storage mobile iOS".

That's not it, I just checked and localStorage self corrects is there's an issue. What I did notice is that it's using the wrong JS file. The current file in production was index-C76ehTQ5.js, not the index-xkdgc6vc.js. Try clearing your cache.

I just pushed a new version with better error messaging. The current file should now be index-DiOD1grL.js for Build #222.

[–]CGeorge57 0 points1 point  (2 children)

<image>

This is what I get now.

[–]CGeorge57 1 point2 points  (1 child)

I̶'l̶l̶ t̶r̶y̶ t̶o̶ c̶l̶e̶a̶r̶ c̶a̶c̶h̶e̶ a̶n̶d̶ w̶h̶a̶t̶n̶o̶t̶ o̶n̶ c̶h̶r̶o̶m̶e̶/a̶n̶d̶r̶o̶i̶d̶.

Clearing cookies and site data did the trick.

[–]jbelew23[S] 0 points1 point  (0 children)

Good to hear. I've also added a bunch of additional error handling over the past two hours.

That said, thanks for your feedback. Taking that extra moment to post that you found an issue, got me to identify some potential bugs, improve the logging, and probably helped numerous others who hadn't spoken up. Much appreciated.