Hi,
Try to update your application adapter as follow
import DataAdapterMixin from 'ember-simple-auth/mixins/data-adapter-mixin';
export default DS.JSONAPIAdapter.extend(DataAdapterMixin, {
session : Ember.inject.service(),
authorizer : 'authorizer:application',
And, If you still have same issue. Just spent some time on below links.