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
When a resource does not exist yet on the server it has the .new property. This property is used for things like save queueing. When saving a child of a new resource it should queue the child and wait for the parent to be saved. But for some reason it says the parent resource.new is false.