# Ember Inspector Can't See View Tree / Ember Inspector Version Issues

**URL:** https://meta.discourse.org/t/ember-inspector-cant-see-view-tree-ember-inspector-version-issues/53477
**Category:** Development
**Created:** [November 28, 2016, 1:08pm UTC](https://meta.discourse.org/t/ember-inspector-cant-see-view-tree-ember-inspector-version-issues/53477 "2016-11-28T13:08:39Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![jamesmarkcook](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesmarkcook/32/168563_2.png) [@jamesmarkcook](https://meta.discourse.org/u/jamesmarkcook)
#### Post date: [November 28, 2016, 1:08pm UTC](https://meta.discourse.org/t/ember-inspector-cant-see-view-tree-ember-inspector-version-issues/53477/1 "2016-11-28T13:08:39Z")

</div>

I noticed this morning that I could no longer see the full View Tree in my Ember inspector. Instead I just saw this:

 ![](https://global.discourse-cdn.com/meta/original/3X/7/f/7fd3cb838fcdf4e9ee63b777521ae4d232156126.png)

Obviously the first thing I did was check whether it was my dev environment or my browsers. I installed the latest Ember Inspector in both Chrome and Firefox and used it on a fresh instance of Discourse. The problem persisted.

I then tracked it down to [this commit](https://github.com/discourse/discourse/commit/2d3518f47550f3366398a96149a1c5fae60c6c4d) updating Ember that was causing the issues for me.

I still suspect though that it’s an issue with my Ember Inspector not updating correctly. Chrome tells me I have version **2.0.4** installed:

 ![](https://global.discourse-cdn.com/meta/original/3X/b/9/b9ba6f1e06ff33bf3881bdd14ec387ce251db8ff.png)

However, when I click **Info** on my Ember Inspector I see version **1.10.0** which may explain the issues.

 ![](https://global.discourse-cdn.com/meta/original/3X/1/5/15584b962efae07a0d179c1ac5d68614682d5608.png)

Firefox also reports version **1.10.0** even though I installed the latest version on Firefox for the first time today.

Stupid question, but these are definitely talking about the same Ember Inspector aren’t they?

Has anyone else run into this issue?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [November 28, 2016, 4:27pm UTC](https://meta.discourse.org/t/ember-inspector-cant-see-view-tree-ember-inspector-version-issues/53477/2 "2016-11-28T16:27:37Z")

</div>

Not sure perhaps @eviltrout would know?

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [November 28, 2016, 6:15pm UTC](https://meta.discourse.org/t/ember-inspector-cant-see-view-tree-ember-inspector-version-issues/53477/3 "2016-11-28T18:15:47Z")

</div>

That’s weird, because I’m on Ember Inspector 1.10.0 as well and I can see the view tree here on meta:

 ![](https://global.discourse-cdn.com/meta/original/3X/a/d/ad839a6790f2bfeb656a8b88afd09e9ab695fa3a.png)

However on localhost I see the same error you do. I wonder if it is a bug with Ember Inspector or perhaps something Discourse is doing? You might want to ask the Ember Inspector people for help as I don’t know much about how it works anymore.

---

<div class="post-metadata">

### Author: ![jamesmarkcook](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesmarkcook/32/168563_2.png) [@jamesmarkcook](https://meta.discourse.org/u/jamesmarkcook)
#### Post date: [November 28, 2016, 7:21pm UTC](https://meta.discourse.org/t/ember-inspector-cant-see-view-tree-ember-inspector-version-issues/53477/4 "2016-11-28T19:21:06Z")

</div>

Exactly. It works on meta but not locally. I will post in the Ember forum and see if anyone has any insight.

---

<div class="post-metadata">

### Author: ![jamesmarkcook](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesmarkcook/32/168563_2.png) [@jamesmarkcook](https://meta.discourse.org/u/jamesmarkcook)
#### Post date: [November 28, 2016, 7:56pm UTC](https://meta.discourse.org/t/ember-inspector-cant-see-view-tree-ember-inspector-version-issues/53477/5 "2016-11-28T19:56:39Z")

</div>

> [@eviltrout](#):
>
> I can see the view tree here on meta:

I assume meta is running on the latest `tests-passed` branch? If nobody has deployed in three days though it might be why it works on meta but not locally.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [November 28, 2016, 8:34pm UTC](https://meta.discourse.org/t/ember-inspector-cant-see-view-tree-ember-inspector-version-issues/53477/6 "2016-11-28T20:34:28Z")

</div>

Yeah meta is running the tests passed branch. It usually deploys a few times a day so it’s very up to date. The main difference between localhost and meta is production mode flags and builds are enabled.
