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

Inspector crashes with Embroider built application #1745

Open
andsmedeiros opened this issue Oct 13, 2021 · 2 comments
Open

Inspector crashes with Embroider built application #1745

andsmedeiros opened this issue Oct 13, 2021 · 2 comments
Labels

Comments

@andsmedeiros
Copy link

Describe the bug
Stock install from ember new test-app --embroider makes the inspector crash internally

To Reproduce

  • Create a new application and serve it
  • Open the inspector; it says the application was not found. The console logs exceptions not caught (Uncaught TypeError: run is undefined).

Expected behavior
The inspector should correctly load

Environment
ember -v:

ember-cli: 3.28.1
node: 14.17.3
os: linux x64

uname -a:

Linux excelsior 5.11.0-37-generic #41-Ubuntu SMP Mon Sep 20 16:39:20 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Firefox 93.0

Additional context
With broccoli the inspector works ok, but logs lots of deprecations.
Logs of a fresh install for both build systems are included:

ember-inspector-broccoli.txt
ember-inspector-embroider.txt

@rahulk94
Copy link

rahulk94 commented Dec 7, 2021

Just ran across this, a rough workaround I've found for Chrome has been

  • close dev tools
  • reload page
  • open dev tools
  • switch to Ember dev tools and they should be working

@RobbieTheWagner
Copy link
Member

@ef4 @chancancode do we need to do anything special to support embroider?

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

No branches or pull requests

3 participants