ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

Cannot navigate to Data tab

Open nummi opened this issue 5 years ago • 5 comments

Issue and Steps to Reproduce

  • Go to https://deprecations.emberjs.com/
  • Try to click Data tab
  • :boom: cannot navigate to Data tab

I think there is an issue when no models or data have been loaded. If you navigate to one of the deprecation pages the Data tab works.

nummi avatar Mar 10 '20 18:03 nummi

Still an issue as of v4.1.0, needs investigation

chancancode avatar May 18 '20 08:05 chancancode

also having this issue with version 4.3.4


in my case I have a host app that's pretty bare bone and an engine app that contains the models, etc trying to hack it I also added ember-data and a dummy model to the host app, with no success.

roberkules avatar Jan 09 '21 22:01 roberkules

@roberkules inspector does not support engines, so that could be part of the problem for your case.

RobbieTheWagner avatar Jan 10 '21 01:01 RobbieTheWagner

I'm experiencing this after upgrading an app from Ember 3 to Ember 4. Our models are stored in an npm package referenced in the devDependencies of the app. They data tab worked previously when inspecting the Ember 3 version of the app. Could it be related to the new build system in Ember 4?

I'm happy to help with a pull request if anyone could point me in the direction of the code related to the Data tab. 😀

jkallman avatar Sep 16 '22 13:09 jkallman

@jkallman I don't think anything changed with builds in Ember 4. If you update to Embroider that might change things though. This is where data stuff lives https://github.com/emberjs/ember-inspector/blob/main/ember_debug/data-debug.js

RobbieTheWagner avatar Sep 16 '22 15:09 RobbieTheWagner

I seem to be able to access the data tab on the deprecations page now, so going to close this. If anyone is still having issues, please let us know!

RobbieTheWagner avatar Oct 10 '23 11:10 RobbieTheWagner