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

Unable to use Authenticator, it cannot display #1247

Closed
Mxmblee opened this issue Jul 31, 2024 · 18 comments · Fixed by #1256
Closed

Unable to use Authenticator, it cannot display #1247

Mxmblee opened this issue Jul 31, 2024 · 18 comments · Fixed by #1256
Labels
bug Something isn't working

Comments

@Mxmblee
Copy link

Mxmblee commented Jul 31, 2024

Describe the issue

When I try to open it, it only displays a white background and nothing else, just like this
1d2a05b6200d79d1fb5beccd68106744

Browser

Edge

Browser Version

128.0.2708.0 dev

Extension Version

6.3.3

@Mxmblee Mxmblee added the bug Something isn't working label Jul 31, 2024
@mymindstorm
Copy link
Member

Could you follow the chrome directions in these steps?

@Mxmblee
Copy link
Author

Mxmblee commented Aug 1, 2024

Could you follow the chrome directions in these steps?

I am unable to proceed to the second step as I cannot find 'Inspect' when I right-click

@eternalphane
Copy link

Could you follow the chrome directions in these steps?

Elements:
image
Console:
image
Network:
image

@Mxmblee
Copy link
Author

Mxmblee commented Aug 3, 2024

Could you follow the chrome directions in these steps?

Elements: 图像 Console: 图像 Network: image

What do I need to do, compare all the content?

@Mxmblee
Copy link
Author

Mxmblee commented Aug 3, 2024

commented

Just now, someone commented that this gave me inspiration. I have discovered a problem, what do I need to do now

b8e1538e61b5721d61283c3bc0434609

@sabruss
Copy link

sabruss commented Aug 4, 2024

Hi i got the same, blank page displayed and no error in console, tested with 7.0.0

I'm running on edge canary Version 129.0.2754.0

Edit:

After somes debug it seem it's caused by ManagedStorage that hang on chrome.storage.managed.get

@mymindstorm
Copy link
Member

I am unable to reproduce on edge 128.0.2739.5 (Official build) dev (64-bit) with either the published version or what's currently on our development branch. @sabruss if what you are seeing is the source of the bug, this would be an issue with Edge itself. Could y'all submit bug reports to Microsoft via Alt + Shift + I with diagnostic data included?

As a workaround, you can right click -> inspect -> console -> paste in chrome.storage.sync.get(e=>console.log(e)) -> 'copy object'. Paste your clipboard into the "Import Text Backup" screen in a browser with the working extension.

image

image

@ptsq-bot
Copy link

ptsq-bot commented Aug 6, 2024

I seem to have the same problem with 128.0.2739.5 updating from a previous build (also of 128.)

@ptsq-bot
Copy link

ptsq-bot commented Aug 6, 2024

It seems that reinstalling edge can work?

upd: doesn't work, my extention can't show either

@RichyRicho1
Copy link

Having the same issue in Edge Version 128.0.2739.9 (Official build) stable app, beta channel (64-bit).
I am able to export the data and reimport, but after reimport and browser restart, the issue re-occurs.
I have imported to Chrome for now, and don't seem to be having the issue.
I have also reported the error via alt + shirt + i .

@ptsq-bot
Copy link

ptsq-bot commented Aug 6, 2024 via email

@eternalphane
Copy link

After somes debug it seem it's caused by ManagedStorage that hang on chrome.storage.managed.get

Can we add a timeout to chrome.storage.managed.get() to avoid it hanging indefinitely?

@mymindstorm
Copy link
Member

mymindstorm commented Aug 8, 2024

Hey all, thanks for reporting the issue to Microsoft via the edge ui. They reached out to us and have escalated managed storage get hanging to their internal engineering team.

While we would add a timeout, currently the Microsoft edge partner center is broken and we are unable to issue an update to that version. We do have an impending release within the next week or two and may be able to get a timeout added to the Chrome version.

@mymindstorm
Copy link
Member

mymindstorm commented Aug 16, 2024

@sabruss @eternalphane could y'all confirm if the attached build fixes the issue? It adds a timeout to managed storage.

  1. Download authenticator-1256.zip
  2. Unzip into a new folder
  3. Go to edge://extensions/
  4. Turn on "Developer mode"
  5. Click "Load unpacked" and select the directory with the unzipped extension

@mymindstorm
Copy link
Member

Slight correction, here's a version with a much lower timeout. The original file takes so long it appears to still be broken.

authenticator-1256-v2.zip

@eternalphane
Copy link

@mymindstorm I just checked the patched version and it seems working for me.

@mymindstorm
Copy link
Member

Thanks @eternalphane !

@mymindstorm
Copy link
Member

Uploaded a version with the fix to the Edge extension store. This will be working again as soon as MSFT approves the update or fixes the bug in Edge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants