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

Ember Inspector 4.6.1 fails to load in latest Firefox (Release & Developer Editions) #2104

Closed
andrewobrien opened this issue Aug 18, 2022 · 3 comments · Fixed by #2105
Closed
Labels

Comments

@andrewobrien
Copy link

Describe the bug
Ember inspector latest release 4.6.1 fails to load in Firefox 103.0.2 & Firefox Developer Edition 104.0b10 (latest releases).

To Reproduce
Steps to reproduce the behavior:

  1. Visit https://music.apple.com/us/browse
  2. Try to open Ember Inspector tab in developer tools

Expected behavior
Ember Inspector will load

Screenshots
CleanShot 2022-08-18 at 17 00 40@2x

Environment
Apple Music:
Ember | 3.26.2
Local Reproduction:
Ember | 3.28.8
Ember Data | 3.28.7

Additional context
Loading 4.6.1 using the bookmarklet seems to work

javascript: (function() { var s = document.createElement('script'); s.src = '//ember-extension.s3.amazonaws.com/dist_bookmarklet/load_inspector.js'; document.body.appendChild(s); }());

Thanks for all the hard work!

@jlami
Copy link

jlami commented Aug 18, 2022

I have the same problem in Chrome version 104.0.5112.102

Thank you for the bookmarklet workaround btw!

@andrewobrien
Copy link
Author

andrewobrien commented Aug 18, 2022

Thanks for the quick release, I've just been trying to get it running on 4.6.2 and believe the problem still persists in Firefox
CleanShot 2022-08-19 at 08 54 03@2x
CleanShot 2022-08-19 at 08 55 35@2x

@andrewobrien
Copy link
Author

Confirming this is fixed in 4.6.3 #2108 thanks!

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

Successfully merging a pull request may close this issue.

2 participants