# Issue - I'm still seeing a network request # Expected - Retrieve the data from shoebox # Steps 1. I created a demo here https://github.com/deanmraz/ember-data-shoebox-demo 2. `yarn install` 3. `ember serve` 4. Visit `localhost:4200` with network tab open # Observe 1. `articles` model gets requested. <img width="1414" alt="screenshot 2018-09-14 11 45 30" src="https://user-images.githubusercontent.com/2848187/45569594-ce9c3300-b814-11e8-8e28-737a8b0ea125.png"> 2. `<script type="fastboot/shoebox" id="shoebox-ember-data-store">` in html looks correct. <img width="887" alt="screenshot 2018-09-14 11 45 41" src="https://user-images.githubusercontent.com/2848187/45569606-d8be3180-b814-11e8-8313-2b582d3a459d.png">