You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a quick feedback, when implementing this on my application, I had some issue doing request with ember-data. It turns out that the handleResponse(status) function suggested never returns the payload to ember-data, generating error like "Error while processing route: authenticated.model You made a 'findAll' request for 'model' records, but the adapter's response did not have any data".
Hello !
Thank you for this addon.
Just a quick feedback, when implementing this on my application, I had some issue doing request with ember-data. It turns out that the
handleResponse(status)
function suggested never returns the payload to ember-data, generating error like "Error while processing route: authenticated.model You made a 'findAll' request for 'model' records, but the adapter's response did not have any data".I changed it to
I'm no expert in Javascript, so maybe there is a better way to do this.
The text was updated successfully, but these errors were encountered: