Generally it is expected to not return any data from a post request. However, ember.js always thinks the promise was rejected and runs the then function (even though there were no errors on the server and everything was inserted as it's suppose to)
So I am assuming ember is looking for some data returned from the post request, maybe the entity that was created.
So question: What data does ember.js expect, how is it formatted?