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

Offline mode doesn't work #4830

Open
jt-aztech opened this issue Jan 31, 2024 · 3 comments
Open

Offline mode doesn't work #4830

jt-aztech opened this issue Jan 31, 2024 · 3 comments

Comments

@jt-aztech
Copy link

Info
  • Version:MyEtherWallet v6.9.1
  • Browser: firefox
  • OS: Linux
Steps to reproduce

In Qubes OS and in a VM which doesn't have a network configured(offline VM) open index.html in firefox, this produces a blank page.

Furthermore, when I do this in a VM which has a network configured it does work. Even if 'n kill the internet connection for a VM with networking it still works even though there is no internet connection. It only doesn't work when the VM has no networking configured.

I've tested this on another ubuntu machine and it works even if there is no network but, on ubuntu ofcourse I cannot just remove my network card completely, so this only validates the second part of the above statement.

@LLKoder
Copy link

LLKoder commented Feb 1, 2024

For some reason developers don't want fix this issue and they do this bug from version to version - #4815 (comment).

@JHGrove3
Copy link

I am having this problem, too.

I've spent the past 2-3 hours trying to fix it. Now I see it's not my fault at all.

I assumed somebody would have tested the Offline version in offline mode before distributing it.

@rlocke96
Copy link

rlocke96 commented Mar 2, 2024

Issue is tied to the use of fonts.googleapis.com. chunk-7b2afc50.9decabf5.css and chunk-41b7090a.c44ec400.css have the line
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;1,9..40,400;1,9..40,500;1,9..40,600&display=swap);

If the machine is offline it fails to import which is causing the blank UI. Removing that line from those two files solved it for me.

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

4 participants