Ember-inspector: Data tab is empty with Ember Data v2.12.0

Created on 15 Mar 2017  路  12Comments  路  Source: emberjs/ember-inspector

Using Ember Data v2.12.0, there is no model types listened.

screen shot 2017-03-15 at 12 58 04 pm

screen shot 2017-03-15 at 12 58 24 pm

Most helpful comment

Not only the data, but also all routes. The following warnings happen when clicking on Routes tab in the inspector.

screen shot 2017-03-22 at 3 10 05 pm
screen shot 2017-03-22 at 3 10 31 pm

ember-resolver: 3.0.0

All 12 comments

What version of ember?

Ember version 2.11.2 and Ember Inspector 2.0.4.

The problem here is ember-resolver v3.0.0.

Yep, I confirmed that with an older version of ember-resolver it works fine. Thanks @johnunclesam for pointing that out.

@stefanpenner - Seems like we should roll back those changes in ember-resolver?

@rwjblue what are the changes?

@stefanpenner - Seems like we should roll back those changes in ember-resolver?

Strange, I totally tested this. Let me take a look this afternoon before we rollback. (People can just use the old resolver for now).

@rwjblue could you change the "latest" tag on resolver, but leave 3.0.0 as is?

I have the same issue, I'm using rigth now ember resolver 2.1.1 , I can't see my Data
image

image

Not only the data, but also all routes. The following warnings happen when clicking on Routes tab in the inspector.

screen shot 2017-03-22 at 3 10 05 pm
screen shot 2017-03-22 at 3 10 31 pm

ember-resolver: 3.0.0

For those that find this issue before it is fixed, dropping down to the following works:

[email protected]
[email protected]
[email protected]

@curtisgr also work with latest ember-source 2.12.0

The only problem like said above is with latest ember-resolver 3.0.0
It works in this setup:

[email protected]
[email protected]
[email protected]

This issue has been solved with [email protected]. For reference, see issue: ember-cli/ember-resolver#175.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chancancode picture chancancode  路  3Comments

danilovaz picture danilovaz  路  8Comments

izackhub picture izackhub  路  6Comments

lifeart picture lifeart  路  7Comments

fpauser picture fpauser  路  3Comments