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.

ember inspector gets completely blank after live-reloading while inspecting a model under a subdirectory

See original GitHub issue

I have a project with models under subfolders (i.e. models/posts/comment.js) and whenever I’m inspecting them in the ember-inspector, if I make a change in the code and let the live-reload reloads the page, ember-inspector gets completely blank and forces me to close and reopen the browser to make it works again.

I’ve tested this issue in Chrome, Chromium and Firefox.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

0reactions
HenryVonfirecommented, Jun 16, 2016

Here’s the repository (https://github.com/HenryVonfire/inspector-bug)

Steps to generate it:

  • run ember s
  • open the app in a browser (firefox / chrome)
  • open the inspector
  • go to Data
  • click on the model test/potato
  • click on the record to show the detailed view of the record
  • make a change in the project to cause live-reload to reload the app

After this the inspector should get completely empty.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ember inspector gets completely blank after live-reloading while ...
I have a project with models under subfolders (i.e. models/posts/comment.js ) and whenever I'm inspecting them in the ember-inspector , if I make...
Read more >
Troubleshooting - Ember Inspector
Below are some common issues you may encounter when using the Inspector, along with the necessary steps to solve them. If your issue...
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 >
Brackets Extension Registry
Currently, this extension will still leave the last open file visible when Brackets is re-opened. My first extension - take it as you...
Read more >
Front-end developer book big nerd ranch - Academia.edu
Routing, Routes, and Models ember generate Nesting Routes Ember Inspector Assigning ... When you get to the point where you are actually typing...
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