question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[v3.5] No longer detects my ember-app

See original GitHub issue

The inspector stopped detecting my app as an Ember App since last update (v3.5). First time this has happened in years, any way I can debug this? I have the Deprecations were detected, see the Ember Inspector deprecations tab for more details. message in the console, but the inspector tab says: Ember application not detected!

@rwjblue pointed me to this pull where there are some comments that might be related to this issue in the end: https://github.com/emberjs/ember-inspector/pull/898

Let me know if I can do anything to help debug this!

Edit: forgot to say I’m using latest stable releases of ember-cli and ember-source.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:12
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
rwwagner90commented, Jan 29, 2019

We are aware of this issue and working on a fix.

0reactions
urbanycommented, Jan 29, 2019

@rwjblue and @rwwagner90 found a quick fix while this is not properly fixed. Just add a name property to to your app/app.js:

// app/app.js
const App = Application.extend({
  name: 'anything-here', // add this property with any name
  ...
Read more comments on GitHub >

github_iconTop Results From Across the Web

[3.5.0] app.toTree not outputting broccoli-funnel anymore?
After updating ember-cli to 3.5, my funnel'ed stuff stopped working as well. ... Broccoli2 node detected, falling back to broccoli-builder.
Read more >
Troubleshooting - Ember Inspector
Application is not Detected Without Reload. If you always have to reload your application after you open the Inspector, that may mean the...
Read more >
Ember Mug: Not staying connected
If the Ember is disconnecting from Ember App, the following steps can ensure a secure connection. We also want to assure you the...
Read more >
Ember Inspector Doesn't Detect Embercli App - ADocLib
Ember Application Not Detected If the inspector cannot detect an. ... [v3.5] No longer detects my emberapp #927; Ensure we do not add...
Read more >
New Ember app gives blank screen - Stack Overflow
The terminal gives me a "Build successful - 7016ms." message but I go to http://localhost:4200/ and see the blank page... The inspector says...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found