Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck on loading screen in Firefox #124

Open
polyrtm opened this issue Jan 2, 2020 · 2 comments
Open

Stuck on loading screen in Firefox #124

polyrtm opened this issue Jan 2, 2020 · 2 comments

Comments

@polyrtm
Copy link

polyrtm commented Jan 2, 2020

When I try to open a new project, Ellie flashes to the ide, then goes back to the logo animation, where it loops forever as far as I can tell. The console says TypeError: e is undefinededitor-7310323a5668221fbd1a.js:1:64448. It works fine on Chrome. It might be related to #55?

@peteygao
Copy link

peteygao commented Feb 4, 2020

This occurred to me initially as well, but it turns out it's due to the browser cache. Hard refresh the page (Ctrl + Shift + R by default on Firefox).

I'm not sure what causes this, though. It looks like the JS bundle is being fingerprinted, meaning a newer version should have a different hashed filename than the old one, rendering this a non-issue, but clearly that's not the case 🤔.

@Erudition
Copy link

Erudition commented Jan 14, 2023

Same for me, but the console error is
Firefox can’t establish a connection to the server at wss://ellie-app.com/api/sockets/websocket?token=SFMyNTY.g3QAAAACZAAEZGF0YW0AAAAkNGU0NDBkMjQtNjAyZS00NmEwLTg3ZTgtMTdiYWQ0Zjk5MGM0ZAAGc2lnbmVkbgYAeJpLsoUB.GG-O39b18QXO7wzxmMg92-_chNnFfcQiGJOprs3tzkg&vsn=2.0.0.

Update: fixed it by upgrading to the latest Firefox. Perhaps the WSS uses an SSL feature that was too new for my original version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants