-
Notifications
You must be signed in to change notification settings - Fork 286
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
Cannot read properties of undefined (reading '_application'), Maximum call stack size exceeded #1758
Comments
Same for me |
We have this too. Haven't spent too much time debugging yet, but it seems to occur when running the instance initializer that Ember Inspector injects. When I click continue in the debugger (screenshot above) it will crash. Here is the code that fails: When the failing line is evaluated So updating the code to |
@lolmaus @antonbavykin1991 can you try with this patch and see if it works? Patch here: #1760 instructions: https://github.com/emberjs/ember-inspector#chrome |
checked with patch, issue still represented |
Can confirm @antonbavykin1991's findings. |
@antonbavykin1991 @jherdman can you share a link to an app that reproduces this error? |
I'm seeing this in all projects I'm working on!
To Reproduce
Expected behavior
The app is working, Ember Inspector is working.
Actual behavior
The app crashes, Ember Inspector won't even start.
Screenshots
Environment
Ember CLI 3.28.3 — earlier version s too
Ember 3.28.1
Chrome 96.0.4662.6 (Official Build) dev (64-bit) — reproducible in other versions too, including Chromium-based browsers
Windows 10 Pro 64-bit
Additional context
In a production build the error is different.
Demo: https://bit.ly/2Z99YHA
CC @simonihmig
The text was updated successfully, but these errors were encountered: