You tried to set `adapter` property to an instance of `DS.Adapter`, where it should be a name or a factory

By | October 8, 2013

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

Leave a Reply

Your email address will not be published. Required fields are marked *