You tried to set `adapter` property to an instance of `DS.Adapter`, where it should be a name or a factory
We were running into this issue with our ember application and it turned out we just needed to set the adapter! See below: App.ApplicationAdapter = DS.RESTAdapter; Using ember data 1.0.0 beta 3 and ember 1.0