Where did my data get stuck in Ember? <!---->
问题 I'm trying to learn ember but having a hard time finding out why my data from the backend is not showing up. I'm using Ember Data with mirage fixtures. The data is showing up. Only if I introduce simple relationships the data from those relationships is not showing up in my app. Is there a general way how to debug when you just get <!----> in your ember app? mirage/fixtures/contacts.js export default [ { id: 1, userName: "Barack Obama", profilePictureUrl: "/img/profilepics/barack.png",