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
If you have an API that does not return the newly created object when you POST to the endpoint then angular-data craches because it tries to inject nothing into the datastore at the end of the create method. There should probably be an option or something to pass to create to make it not inject the result of the API call.