ember-inspector
ember-inspector copied to clipboard
Ember application not detected with Firefox 120.0
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:
- Create a new Ember project by running
ember new super-rentals --lang en
- Start the developer server by running
cd super-rentals/ && ember server
- Open http://localhost:4200/ using Firefox
- 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 any errors?
Not for me, but the console does have Ember Inspector Active
looks like there are some missing permissions for firefox now. I had the enable it per website now...
or go to manage extensions and enable it for all sites.
Thanks @patricklx.
Now that you mentioned, Firefox Extension displays a notification alert:
Set the corrections permission solved the issue.
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:.
i confirmed this on Firefox 125.0.2
looks like Firefox takes this as optional now. We need to request it manually