ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

Ember application not detected with Firefox 120.0

Open rgaiacs opened this issue 1 year ago • 8 comments

Ember Inspector displays

Ember application not detected!

Here are some common reasons this happens:

  • This is not an Ember application.
  • You are using an old version of Ember (< rc5).

with Firefox 120.0.

To Reproduce

Steps to reproduce the behavior:

  1. Create a new Ember project by running ember new super-rentals --lang en
  2. Start the developer server by running cd super-rentals/ && ember server
  3. Open http://localhost:4200/ using Firefox
  4. Open Ember Inspector

Expected behavior

Ember Inspector working.

Environment

ember-cli: 5.4.1

node : 20.5.1

os: linux x64

Firefox: 120.0

Additional context

Ember Inspector works as expected in Chrome.

rgaiacs avatar Nov 22 '23 15:11 rgaiacs

@rgaiacs any errors?

RobbieTheWagner avatar Nov 22 '23 18:11 RobbieTheWagner

Not for me, but the console does have Ember Inspector Active

happydude avatar Nov 22 '23 22:11 happydude

looks like there are some missing permissions for firefox now. I had the enable it per website now... Screenshot 2023-11-23 at 09 51 45

patricklx avatar Nov 23 '23 08:11 patricklx

or go to manage extensions and enable it for all sites. Screenshot 2023-11-23 at 09 56 37

patricklx avatar Nov 23 '23 08:11 patricklx

Thanks @patricklx.

Now that you mentioned, Firefox Extension displays a notification alert:

Screenshot 2023-11-23 142436

Set the corrections permission solved the issue.

rgaiacs avatar Nov 23 '23 13:11 rgaiacs

I just set up a new device and still had to configure the permissions in the extension settings. I'm not sure if the issue wasn't resolved by #2517 or if newer versions of Firefox broke it again :thinking:.

Windvis avatar Apr 23 '24 15:04 Windvis

i confirmed this on Firefox 125.0.2

patricklx avatar Apr 25 '24 08:04 patricklx

looks like Firefox takes this as optional now. We need to request it manually

patricklx avatar Apr 25 '24 15:04 patricklx